Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Question about for loop

Status
Not open for further replies.

promach

Advanced Member level 4
Joined
Feb 22, 2016
Messages
1,199
Helped
2
Reputation
4
Reaction score
5
Trophy points
1,318
Activity points
11,636
Why is line 479 executed for 0x3F times ?

The system does not allow me to post hyperlink, not sure why: github.com/promach/noc/blob/development/spidergon_top.v#L479

Screenshot from 2020-06-07 09-14-24.png
 

The system does not allow me to post hyperlink, not sure why
Setup of the new forum software is still in progress.

"Executing" lines #477f is only one way to set the variable, it's also assigned in #447.
 

Why flit_data_output_contains_header[NUM_OF_NODES*NUM_OF_PORTS-1:0] is being optimized to flit_data_output_contains_header[2*NUM_OF_PORTS-1:0] ?


Screenshot from 2020-06-08 00-26-56.png
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top