diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-09-30 17:44:26 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-10-01 01:04:19 -0600 |
| commit | cf6ab851183870bca61252a56b274342380d0960 (patch) | |
| tree | 96c08231d60d300788462b17549d5120802e7f32 /rtl/smp/pe.sv | |
| parent | d1b10aa380578b5af20081dd37f2d36ec111cbd2 (diff) | |
tb: implement quad-core SMP
Diffstat (limited to 'rtl/smp/pe.sv')
| -rw-r--r-- | rtl/smp/pe.sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/smp/pe.sv b/rtl/smp/pe.sv index f50ed2f..adbeee4 100644 --- a/rtl/smp/pe.sv +++ b/rtl/smp/pe.sv @@ -1,4 +1,4 @@ -module mp_pe +module smp_pe #(parameter IS_BSP=0) ( input logic clk, |
