diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-02-12 16:20:12 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-02-20 11:11:18 -0600 |
| commit | 6c175d5dc428f630e3bd4caf707db4b77b0b87e7 (patch) | |
| tree | 8a29b9a609e181061f5423398b1f34d46813f84d /tb/mod.mk | |
| parent | bf5cece51a20eb4773d196ec650fb3af574afa17 (diff) | |
rtl, tb: add core.mk files
Diffstat (limited to 'tb/mod.mk')
| -rw-r--r-- | tb/mod.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tb/mod.mk b/tb/mod.mk new file mode 100644 index 0000000..ff445be --- /dev/null +++ b/tb/mod.mk @@ -0,0 +1,10 @@ +cores := ip_mul interconnect +subdirs := top/conspiracion + +define core/ip_mul + $(this)/rtl_files := dsp_mul.sv +endef + +define core/interconnect + $(this)/rtl_files := mem_interconnect.sv +endef |
