Skip to content

Commit

Permalink
Bringing the VGA internal signal to the top level (SpinalHDL#67 (comm…
Browse files Browse the repository at this point in the history
  • Loading branch information
jmio committed Oct 19, 2021
1 parent 819050b commit d677cd6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ class ICESugarProMinimal extends Component{
val phyA = Ecp5Sdrx2PhyGenerator().connect(sdramA)
val hdmiPhy = vga.withHdmiEcp5(hdmiCd.outputClockDomain)
val vgaPhy = vga.withRegisterPhy(withColorEn = false)
val vgaBus = Handle(vga.output.toIo)

interconnect.setPipelining(bmbPeripheral.bmb)(cmdHalfRate = true, rspHalfRate = true)
interconnect.setPipelining(cpu.dBus)(cmdValid = true)
Expand Down

0 comments on commit d677cd6

Please sign in to comment.