diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-04-27 12:14:41 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-04-27 12:14:41 -0600 |
| commit | 50b71c7f0ea2574eb4802e1a12fe8b0920a4ca7f (patch) | |
| tree | 42a0180d2cf67427a3273facca9358aa4ba3f1cc /rtl/axi_timer/mod.mk | |
| parent | 45b5eabe868ac2f8a755379bde07c102caf74afb (diff) | |
rtl/axi_timer: initial commit
This a buggy timer, imported from https://github.com/astrakhov-design/axi_timer.
It will be used for a testbench hello world case
Diffstat (limited to '')
| -rw-r--r-- | rtl/axi_timer/mod.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/rtl/axi_timer/mod.mk b/rtl/axi_timer/mod.mk new file mode 100644 index 0000000..2efe0f4 --- /dev/null +++ b/rtl/axi_timer/mod.mk @@ -0,0 +1,10 @@ +define core + $(this)/targets := sim test + + $(this)/rtl_top := axi_timer_top + $(this)/rtl_dirs := . + $(this)/rtl_files := axi_bus.sv axi_timer_top.sv + + $(this)/cocotb_paths := . + $(this)/cocotb_modules := testbench +endef |
