forked from Github_Repos/cvw
		
	Merge branch 'main' of https://github.com/davidharrishmc/riscv-wally into main
This commit is contained in:
		
						commit
						0cc2b0fcd2
					
				@ -356,7 +356,7 @@ connect_debug_port u_ila_0/probe68 [get_nets [list wallypipelinedsoc/core/hzu/St
 | 
				
			|||||||
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/probe69]
 | 
					set_property port_width 1 [get_debug_ports u_ila_0/probe69]
 | 
				
			||||||
set_property PROBE_TYPE DATA_AND_TRIGGER [get_debug_ports u_ila_0/probe69]
 | 
					set_property PROBE_TYPE DATA_AND_TRIGGER [get_debug_ports u_ila_0/probe69]
 | 
				
			||||||
connect_debug_port u_ila_0/probe69 [get_nets [list wallypipelinedsoc/core/hzu/StallD_inferred_i_2_n_0 ]]
 | 
					connect_debug_port u_ila_0/probe69 [get_nets [list wallypipelinedsoc/core/hzu/StallDCause08_in]]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
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/probe70]
 | 
					set_property port_width 1 [get_debug_ports u_ila_0/probe70]
 | 
				
			||||||
 | 
				
			|||||||
@ -67,7 +67,6 @@ module csrc #(parameter
 | 
				
			|||||||
    logic [4:0]  CounterNumM;
 | 
					    logic [4:0]  CounterNumM;
 | 
				
			||||||
    (* mark_debug = "true" *)     logic [`XLEN-1:0] HPMCOUNTER_REGW[`COUNTERS-1:0];
 | 
					    (* mark_debug = "true" *)     logic [`XLEN-1:0] HPMCOUNTER_REGW[`COUNTERS-1:0];
 | 
				
			||||||
    logic [`XLEN-1:0] HPMCOUNTERH_REGW[`COUNTERS-1:0];
 | 
					    logic [`XLEN-1:0] HPMCOUNTERH_REGW[`COUNTERS-1:0];
 | 
				
			||||||
    logic 			       InstrValidNotFlushedM;
 | 
					 | 
				
			||||||
    logic LoadStallE, LoadStallM;
 | 
					    logic LoadStallE, LoadStallM;
 | 
				
			||||||
    logic [`COUNTERS-1:0] WriteHPMCOUNTERM;
 | 
					    logic [`COUNTERS-1:0] WriteHPMCOUNTERM;
 | 
				
			||||||
    logic [`COUNTERS-1:0] CounterEvent;
 | 
					    logic [`COUNTERS-1:0] CounterEvent;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user