Merge branch 'top_level_design' of https://git.efi.th-nuernberg.de/gitea/kuntzschcl/ESY1_Projekt_2022 into top_level_design

This commit is contained in:
sessleral71711 2022-06-14 11:51:22 +02:00
commit 4b0451fc63

View File

@ -1,11 +1,15 @@
`include "../spi_interface.v"
`include "../fsm/Fsm.sv"
<<<<<<< HEAD
`include "../Bus_if/Bus_if.sv"
=======
>>>>>>> b8d834144be80086a32a76f1769deccce6eaee15
module Top(
input wire clk
);
// Bus (Interface)
<<<<<<< HEAD
Bus_if bus(.clk(clk));
// SPI Interface
// FSM
@ -18,6 +22,10 @@ module Top(
.outSendData(bus.SendData),
.outTimerEN(bus.TimerEN)
);
=======
// SPI Interface
// FSM
>>>>>>> b8d834144be80086a32a76f1769deccce6eaee15
// Parallelport
// FRAM-Controller
// Timer