Skip to content

Commit

Permalink
Add rudimentary interrupt control
Browse files Browse the repository at this point in the history
  • Loading branch information
mcejp committed Jun 17, 2022
1 parent d13cd82 commit 83455fb
Show file tree
Hide file tree
Showing 17 changed files with 633 additions and 31 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ poly94.json: poly94.ys \
rtl/CPU_Rom.sv \
rtl/fake_differential.v \
rtl/hdmi_video.v \
rtl/Interrupt_Ctrl.sv \
rtl/Memory_Ctrl.sv \
rtl/pll.v \
rtl/RGB_Color_Bars_Generator.v \
Expand Down
1 change: 1 addition & 0 deletions Makefile.coco
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ VERILOG_SOURCES += \
lib/verilog-uart/rtl/uart.v \
rtl/clk_25_250_125_25.v \
rtl/CPU_Rom.sv \
rtl/Interrupt_Ctrl.sv \
rtl/Memory_Ctrl.sv \
rtl/memory_map.sv \
rtl/pll.v \
Expand Down
Loading

0 comments on commit 83455fb

Please sign in to comment.