mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fixed debug signal names. Builds on the fpga. Bug in the crossbar.
This commit is contained in:
parent
a07d61ec43
commit
c1e7526570
@ -31,7 +31,7 @@ export PATH=$PATH:$RISCV/bin
|
|||||||
|
|
||||||
set -e # break on error
|
set -e # break on error
|
||||||
|
|
||||||
NUM_THREADS=1 # for low memory machines > 16GiB
|
NUM_THREADS=32 # for low memory machines > 16GiB
|
||||||
#NUM_THREADS=8 # for >= 32GiB
|
#NUM_THREADS=8 # for >= 32GiB
|
||||||
#NUM_THREADS=16 # for >= 64GiB
|
#NUM_THREADS=16 # for >= 64GiB
|
||||||
|
|
||||||
|
@ -281,7 +281,7 @@ connect_debug_port u_ila_0/probe53 [get_nets [list wallypipelinedsoc/core/hzu/Re
|
|||||||
create_debug_port u_ila_0 probe
|
create_debug_port u_ila_0 probe
|
||||||
set_property port_width 1 [get_debug_ports u_ila_0/probe54]
|
set_property port_width 1 [get_debug_ports u_ila_0/probe54]
|
||||||
set_property PROBE_TYPE DATA_AND_TRIGGER [get_debug_ports u_ila_0/probe54]
|
set_property PROBE_TYPE DATA_AND_TRIGGER [get_debug_ports u_ila_0/probe54]
|
||||||
connect_debug_port u_ila_0/probe54 [get_nets [list wallypipelinedsoc/core/hzu/TrapM ]]
|
connect_debug_port u_ila_0/probe54 [get_nets [list wallypipelinedsoc/core/hzu/StallFCause ]]
|
||||||
|
|
||||||
create_debug_port u_ila_0 probe
|
create_debug_port u_ila_0 probe
|
||||||
set_property port_width 1 [get_debug_ports u_ila_0/probe55]
|
set_property port_width 1 [get_debug_ports u_ila_0/probe55]
|
||||||
|
@ -14,7 +14,6 @@ ieu/regfile.sv: logic rf
|
|||||||
ieu/datapath.sv: logic RegWriteW
|
ieu/datapath.sv: logic RegWriteW
|
||||||
hazard/hazard.sv: logic BPPredWrongE
|
hazard/hazard.sv: logic BPPredWrongE
|
||||||
hazard/hazard.sv: logic LoadStallD
|
hazard/hazard.sv: logic LoadStallD
|
||||||
hazard/hazard.sv: logic LSUStallM
|
|
||||||
hazard/hazard.sv: logic FCvtIntStallD
|
hazard/hazard.sv: logic FCvtIntStallD
|
||||||
hazard/hazard.sv: logic DivBusyE
|
hazard/hazard.sv: logic DivBusyE
|
||||||
hazard/hazard.sv: logic EcallFaultM
|
hazard/hazard.sv: logic EcallFaultM
|
||||||
|
Loading…
Reference in New Issue
Block a user