diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-09-23 23:39:14 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-09-23 23:39:14 -0600 |
| commit | 7f67a127f20b87c05ea1791321fb7dcc1083ceb1 (patch) | |
| tree | 48b4bd2a38e6398496afce80748ec26089b527fe /rtl/top | |
| parent | ca85d22f621cca349f0fdc315fc97fa86b57e207 (diff) | |
Rename conspiracion.sv test as hps_sdram_test.sv
Diffstat (limited to 'rtl/top')
| -rw-r--r-- | rtl/top/hps_sdram_test.sv (renamed from rtl/top/conspiracion.sv) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/top/conspiracion.sv b/rtl/top/hps_sdram_test.sv index 3177b98..dbab472 100644 --- a/rtl/top/conspiracion.sv +++ b/rtl/top/hps_sdram_test.sv @@ -1,4 +1,4 @@ -module conspiracion +module hps_sdram_test ( input wire clk_clk, output wire [12:0] memory_mem_a, |
