The compilation and simulation of the Test_PLIC.bsv fails
To reproduce issue: run the makefile in src_Core/PLIC
Compilation Fix:
Axi4_Wr_Data in this line should not have wid field
Simulation Fix (after the above fix): the following line
should be:
Explanation: vrg_irq[i] is connected to source_ip[i+1].
The compilation and simulation of the Test_PLIC.bsv fails
To reproduce issue: run the makefile in src_Core/PLIC
Compilation Fix:
Axi4_Wr_Data in this line should not have wid field
Simulation Fix (after the above fix): the following line
should be:
Explanation:
vrg_irq[i]is connected tosource_ip[i+1].