15 lines
237 B
Systemverilog
Raw Normal View History

2022-06-14 10:35:05 +02:00
`include "../spi_interface.v"
`include "../fsm/Fsm.sv"
module Top(
input wire clk
);
// Bus (Interface)
// SPI Interface
// FSM
// Parallelport
// FRAM-Controller
// Timer
// Ampelsteuerung
endmodule