Compare commits
No commits in common. "17f361ea12b41663f77d1a1a7ce681f5dd485706" and "026899b930835597e8ea85d65177e75bdc2b1a06" have entirely different histories.
17f361ea12
...
026899b930
@ -14,6 +14,7 @@ module Top(
|
||||
// Bus (Interface)
|
||||
Bus_if bus(.clk(clk));
|
||||
// SPI Interface
|
||||
|
||||
// FSM
|
||||
Fsm fsm(
|
||||
.clk(clk),
|
||||
@ -53,5 +54,6 @@ module Top(
|
||||
.alarm(bus.AlarmAmpel)
|
||||
);
|
||||
|
||||
assign AlarmAmpel = bus.AlarmAmpel;
|
||||
assign AlarmAmpel = bus.AlarmAmpel;
|
||||
|
||||
endmodule
|
Before Width: | Height: | Size: 69 KiB |
Before Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 82 KiB |
Before Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 80 KiB |
Before Width: | Height: | Size: 73 KiB |