Browse Source

Initalized top level design

top_level_design
sessleral71711 1 year ago
parent
commit
6b874ba5c7
2 changed files with 20 additions and 0 deletions
  1. 15
    0
      Top/Top.sv
  2. 5
    0
      Top/tb_Top.sv

+ 15
- 0
Top/Top.sv View File

@@ -0,0 +1,15 @@
`include "../spi_interface.v"
`include "../fsm/Fsm.sv"

module Top(
input wire clk
);
// Bus (Interface)
// SPI Interface
// FSM
// Parallelport
// FRAM-Controller
// Timer
// Ampelsteuerung
endmodule

+ 5
- 0
Top/tb_Top.sv View File

@@ -0,0 +1,5 @@
`include "Top.sv"

module tb_Top;
endmodule

Loading…
Cancel
Save