diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-10-06 16:41:15 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-10-06 16:41:15 -0600 |
| commit | f786c0f2f6f00cab2203de4a672801ca9c179415 (patch) | |
| tree | 2de9f66c47d983ca2a413058416d3180153b89cd /rtl/top | |
| parent | 95770fcd6224b54666ec14480bcbebb6e39a7b5f (diff) | |
tb: rename smp_sim to test_smp
Diffstat (limited to 'rtl/top')
| -rw-r--r-- | rtl/top/test_smp.sv (renamed from rtl/top/smp_sim.sv) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/top/smp_sim.sv b/rtl/top/test_smp.sv index ff4d8a1..df417c3 100644 --- a/rtl/top/smp_sim.sv +++ b/rtl/top/test_smp.sv @@ -1,4 +1,4 @@ -module smp_sim +module test_smp ( input logic clk, rst_n, |
