X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fbsv%2Fbsv_lib%2Fslow_peripherals.bsv;h=ecbfe73542aaf19ff94014d14ebb68eee0ad4e91;hb=aadbae24bcd41b254981e985697e0c7c6b677441;hp=59e202a81e365bca76bab293a362907a9c311ea2;hpb=f74d805643df0edcdf58e1f70f59f1c69a0448e1;p=pinmux.git diff --git a/src/bsv/bsv_lib/slow_peripherals.bsv b/src/bsv/bsv_lib/slow_peripherals.bsv index 59e202a..ecbfe73 100644 --- a/src/bsv/bsv_lib/slow_peripherals.bsv +++ b/src/bsv/bsv_lib/slow_peripherals.bsv @@ -209,8 +209,8 @@ package slow_peripherals; Wire#(Bit#(32)) wr_interrupt <- mkWire(); // NEEL EDIT OVER /*=======================================================*/ - mkConnection(pinmux.peripheral_side.uart.tx, uart0.io.tx); - mkConnection(pinmux.peripheral_side.uart.rx, uart0.io.rx); + mkConnection(pinmux.peripheral_side.uart.tx, uart0.io.sout); + mkConnection(pinmux.peripheral_side.uart.rx, uart0.io.sin); AXI4_Lite_Fabric_IFC #(1, Num_Slow_Slaves, `PADDR, `Reg_width,`USERSPACE) slow_fabric <- mkAXI4_Lite_Fabric(fn_address_mapping); Ifc_AXI4Lite_AXI4_Bridge bridge <-mkAXI4Lite_AXI4_Bridge(fast_clock,fast_reset);