diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-09-25 19:12:49 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-09-25 21:33:49 -0600 |
| commit | ed0bd705f94f6aea568ec8405534984a37770f21 (patch) | |
| tree | af19fc67177962c14ce7ab88d75dcaa1b1e3aee3 /rtl/core/decode | |
| parent | cd02f821525b8710dd37e2bc39a8a7dbc36ac4b0 (diff) | |
rtl/core, tb: replace bus_master with a new top-level module
Diffstat (limited to 'rtl/core/decode')
| -rw-r--r-- | rtl/core/decode/branch_dec.sv (renamed from rtl/core/decode/branch.sv) | 0 | ||||
| -rw-r--r-- | rtl/core/decode/coproc_dec.sv (renamed from rtl/core/decode/coproc.sv) | 0 | ||||
| -rw-r--r-- | rtl/core/decode/data_dec.sv (renamed from rtl/core/decode/data.sv) | 0 | ||||
| -rw-r--r-- | rtl/core/decode/mul_dec.sv (renamed from rtl/core/decode/mul.sv) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/rtl/core/decode/branch.sv b/rtl/core/decode/branch_dec.sv index 1dbc1ad..1dbc1ad 100644 --- a/rtl/core/decode/branch.sv +++ b/rtl/core/decode/branch_dec.sv diff --git a/rtl/core/decode/coproc.sv b/rtl/core/decode/coproc_dec.sv index 153cadf..153cadf 100644 --- a/rtl/core/decode/coproc.sv +++ b/rtl/core/decode/coproc_dec.sv diff --git a/rtl/core/decode/data.sv b/rtl/core/decode/data_dec.sv index f744972..f744972 100644 --- a/rtl/core/decode/data.sv +++ b/rtl/core/decode/data_dec.sv diff --git a/rtl/core/decode/mul.sv b/rtl/core/decode/mul_dec.sv index 114b65b..114b65b 100644 --- a/rtl/core/decode/mul.sv +++ b/rtl/core/decode/mul_dec.sv |
