AveryWong03 commited on
Commit
d9ec7cc
·
verified ·
1 Parent(s): feec4f0

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. 0thbit_CRC_parallel/sim_script_map.json +3 -0
  2. 0thbit_CRC_parallel/simulations.jsonl +1 -0
  3. 0thbit_CRC_parallel/testbenches.json +12 -0
  4. 0thbit_CRC_parallel/waveform_map.json +3 -0
  5. Abdelrahman1810_SPI_Slave_with_Single_Port_RAM/sim_script_map.json +5 -0
  6. Abdelrahman1810_SPI_Slave_with_Single_Port_RAM/simulations.jsonl +3 -0
  7. Abdelrahman1810_SPI_Slave_with_Single_Port_RAM/testbenches.json +34 -0
  8. Abdelrahman1810_SPI_Slave_with_Single_Port_RAM/waveform_map.json +5 -0
  9. Vaibhav-Gunthe_Verilog-Projects/sim_script_map.json +22 -0
  10. Vaibhav-Gunthe_Verilog-Projects/simulations.jsonl +20 -0
  11. Vaibhav-Gunthe_Verilog-Projects/source/ALU/8bit-ALU.v +32 -0
  12. Vaibhav-Gunthe_Verilog-Projects/source/ALU/alu_8bit_tb.v +24 -0
  13. Vaibhav-Gunthe_Verilog-Projects/source/Logic-Gates/And_Gate/And_Gate.v +27 -0
  14. Vaibhav-Gunthe_Verilog-Projects/source/Logic-Gates/And_Gate/testbench-And_Gate.v +47 -0
  15. Vaibhav-Gunthe_Verilog-Projects/source/Logic-Gates/Nand_Gate/Nand_Gate.v +9 -0
  16. Vaibhav-Gunthe_Verilog-Projects/source/README.md +15 -0
  17. Vaibhav-Gunthe_Verilog-Projects/source/Sequential Circuits/8 bit twin register/twin_reg_8bit.v +19 -0
  18. Vaibhav-Gunthe_Verilog-Projects/source/Sequential Circuits/8 bit twin register/twin_reg_8bit_tb.v +23 -0
  19. Vaibhav-Gunthe_Verilog-Projects/source/Sequential Circuits/D_Flipflop/d_ff_asynchronous_reset.v +13 -0
  20. Vaibhav-Gunthe_Verilog-Projects/source/Sequential Circuits/D_Flipflop/d_ff_asynchronous_reset_tb.v +25 -0
  21. Vaibhav-Gunthe_Verilog-Projects/source/Sequential Circuits/D_Flipflop/d_ff_synchronous_reset.v +13 -0
  22. Vaibhav-Gunthe_Verilog-Projects/source/Sequential Circuits/D_Flipflop/d_ff_synchronous_reset_tb.v +25 -0
  23. Vaibhav-Gunthe_Verilog-Projects/source/Sequential Circuits/T_Flipflop/T_ff_asynchronousReset.v +1 -0
  24. Vaibhav-Gunthe_Verilog-Projects/testbenches.json +202 -0
  25. Vaibhav-Gunthe_Verilog-Projects/waveform_map.json +22 -0
  26. accomdemy_accomdemy_rv32i/sim_script_map.json +3 -0
  27. accomdemy_accomdemy_rv32i/simulations.jsonl +1 -0
  28. accomdemy_accomdemy_rv32i/testbenches.json +21 -0
  29. accomdemy_accomdemy_rv32i/waveform_map.json +3 -0
  30. akira2963753_Pipelined-RV32-SoC/sim_script_map.json +3 -0
  31. akira2963753_Pipelined-RV32-SoC/simulations.jsonl +1 -0
  32. akira2963753_Pipelined-RV32-SoC/testbenches.json +101 -0
  33. akira2963753_Pipelined-RV32-SoC/waveform_map.json +3 -0
  34. completed.json +1006 -568
  35. daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/sim_script_map.json +3 -0
  36. daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/simulations.jsonl +1 -0
  37. daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/testbenches.json +17 -0
  38. daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/waveform_map.json +3 -0
  39. manifest.json +624 -115
  40. nimanaqavi_Verilog-MathFunctions/sim_script_map.json +3 -0
  41. nimanaqavi_Verilog-MathFunctions/simulations.jsonl +1 -0
  42. nimanaqavi_Verilog-MathFunctions/testbenches.json +26 -0
  43. nimanaqavi_Verilog-MathFunctions/waveform_map.json +3 -0
  44. projf_isle/sim_script_map.json +13 -0
  45. projf_isle/simulations.jsonl +11 -0
  46. projf_isle/testbenches.json +177 -0
  47. scarv_xcrypto/sim_script_map.json +4 -0
  48. scarv_xcrypto/simulations.jsonl +2 -0
  49. scarv_xcrypto/testbenches.json +30 -0
  50. scarv_xcrypto/waveform_map.json +4 -0
0thbit_CRC_parallel/sim_script_map.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "CRC_tb.v": "tb_sim.sh"
3
+ }
0thbit_CRC_parallel/simulations.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"tb_file_path": "CRC_tb.v", "simulator": "iverilog", "top_module": "tb", "work_subdir": null, "requires_submodules": false, "compile": {"args": ["-g2012"], "sources": ["CRC.v", "CRC_tb.v"]}, "run": {"args": ["-fst"]}, "waveform": "wave_crc.fst"}
0thbit_CRC_parallel/testbenches.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "file_path": "CRC_tb.v",
4
+ "tb_type": "verilog",
5
+ "simulator": "icarus",
6
+ "makefile_path": null,
7
+ "top_module": "crc",
8
+ "rtl_files": [
9
+ "CRC.v"
10
+ ]
11
+ }
12
+ ]
0thbit_CRC_parallel/waveform_map.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "CRC_tb.v": "wave_crc.fst"
3
+ }
Abdelrahman1810_SPI_Slave_with_Single_Port_RAM/sim_script_map.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "Codes/testbench/tb_SPI.sv": "SPI_sim.sh",
3
+ "Codes/testbench/tb_instantiation.sv": "instantiation_sim.sh",
4
+ "Codes/testbench/tb_ram.sv": "RAM_sim.sh"
5
+ }
Abdelrahman1810_SPI_Slave_with_Single_Port_RAM/simulations.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {"tb_file_path": "Codes/testbench/tb_SPI.sv", "simulator": "iverilog", "top_module": "SPI", "work_subdir": "Codes/testbench", "requires_submodules": false, "compile": {"args": ["-g2012"], "sources": ["Codes/testbench/tb_SPI.sv", "Codes/RTL/SPI.v"]}, "run": {"args": ["-fst"]}, "waveform": "Codes/testbench/wave_SPI.fst"}
2
+ {"tb_file_path": "Codes/testbench/tb_instantiation.sv", "simulator": "iverilog", "top_module": "instantiation", "work_subdir": "Codes/testbench", "requires_submodules": false, "compile": {"args": ["-g2012"], "sources": ["Codes/testbench/tb_instantiation.sv", "Codes/RTL/instantiation.v", "Codes/RTL/SPI.v", "Codes/RTL/RAM.v"]}, "run": {"args": ["-fst"]}, "waveform": "Codes/testbench/wave_instantiation.fst"}
3
+ {"tb_file_path": "Codes/testbench/tb_ram.sv", "simulator": "iverilog", "top_module": "RAM", "work_subdir": "Codes/testbench", "requires_submodules": false, "compile": {"args": ["-g2012"], "sources": ["Codes/testbench/tb_ram.sv", "Codes/RTL/RAM.v"]}, "run": {"args": ["-fst"]}, "waveform": "Codes/testbench/wave_RAM.fst"}
Abdelrahman1810_SPI_Slave_with_Single_Port_RAM/testbenches.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "file_path": "Codes/testbench/tb_SPI.sv",
4
+ "tb_type": "verilog",
5
+ "simulator": "icarus",
6
+ "makefile_path": null,
7
+ "top_module": "SPI",
8
+ "rtl_files": [
9
+ "Codes/RTL/SPI.v"
10
+ ]
11
+ },
12
+ {
13
+ "file_path": "Codes/testbench/tb_instantiation.sv",
14
+ "tb_type": "verilog",
15
+ "simulator": "icarus",
16
+ "makefile_path": null,
17
+ "top_module": "instantiation",
18
+ "rtl_files": [
19
+ "Codes/RTL/instantiation.v",
20
+ "Codes/RTL/SPI.v",
21
+ "Codes/RTL/RAM.v"
22
+ ]
23
+ },
24
+ {
25
+ "file_path": "Codes/testbench/tb_ram.sv",
26
+ "tb_type": "verilog",
27
+ "simulator": "icarus",
28
+ "makefile_path": null,
29
+ "top_module": "RAM",
30
+ "rtl_files": [
31
+ "Codes/RTL/RAM.v"
32
+ ]
33
+ }
34
+ ]
Abdelrahman1810_SPI_Slave_with_Single_Port_RAM/waveform_map.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "Codes/testbench/tb_SPI.sv": "Codes_testbench_wave_SPI.fst",
3
+ "Codes/testbench/tb_instantiation.sv": "Codes_testbench_wave_instantiation.fst",
4
+ "Codes/testbench/tb_ram.sv": "Codes_testbench_wave_RAM.fst"
5
+ }
Vaibhav-Gunthe_Verilog-Projects/sim_script_map.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "ALU/alu_8bit_tb.v": "alu_8bit_sim.sh",
3
+ "Combinational-Circuits/4bit_Ripple-CarryAdder/Ripple_Carryadder_tb.v": "Ripple_carryadder_sim.sh",
4
+ "Combinational-Circuits/4x1_Mux/mux4x1_tb.v": "mux4x1_sim.sh",
5
+ "Combinational-Circuits/8bit-Barrel_Shifter/barrel_shifter8bit_tb.v": "barrel_shifter_8bit_sim.sh",
6
+ "Combinational-Circuits/Encoder_4x2/encoder4x2_tb.v": "encoder4x2_sim.sh",
7
+ "Combinational-Circuits/Full_Adder/tb_FullAdder.v": "Full_Adder_sim.sh",
8
+ "Combinational-Circuits/Full_Subtractor/Full_Subtractor_tb.v": "full_subtractor_sim.sh",
9
+ "Combinational-Circuits/Half_Adder/tb_HalfAdder.v": "Half_Adder_sim.sh",
10
+ "Combinational-Circuits/Half_Subtractor/Half_Subtractor_tb.v": "Half_subtractor_sim.sh",
11
+ "Combinational-Circuits/Multiplexer/Mux2x1_tb.v": "Mux2x1_sim.sh",
12
+ "Logic-Gates/And_Gate/testbench-And_Gate.v": "And_Gate_sim.sh",
13
+ "Logic-Gates/Nand_Gate/tb_Nand.v": "Nand_Gate_sim.sh",
14
+ "Logic-Gates/Nor_Gate/tb_Nor.v": "Nor_Gate_sim.sh",
15
+ "Logic-Gates/Not_Gate/tb_Not.v": "Not_Gate_sim.sh",
16
+ "Logic-Gates/OR_Gate/testbench-OR_Gate.v": "OR_Gate_sim.sh",
17
+ "Logic-Gates/X-NOR_Gate/tb_XNOR.v": "XNOR_Gate_sim.sh",
18
+ "Logic-Gates/X-OR_Gate/tb_XOR.v": "XOR_Gate_sim.sh",
19
+ "Sequential Circuits/8 bit twin register/twin_reg_8bit_tb.v": "twin_reg_8bit_sim.sh",
20
+ "Sequential Circuits/D_Flipflop/d_ff_asynchronous_reset_tb.v": "D_ff_basic_sim.sh",
21
+ "Sequential Circuits/D_Flipflop/d_ff_synchronous_reset_tb.v": "D_ff_synchronous_reset_sim.sh"
22
+ }
Vaibhav-Gunthe_Verilog-Projects/simulations.jsonl ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"tb_file_path": "ALU/alu_8bit_tb.v", "simulator": "iverilog", "top_module": "alu_8bit", "work_subdir": null, "requires_submodules": false, "compile": {"args": ["-g2012"], "sources": ["ALU/8bit-ALU.v", "ALU/alu_8bit_tb.v"]}, "run": {"args": ["-fst"]}, "waveform": "wave_alu_8bit.fst"}
2
+ {"tb_file_path": "Combinational-Circuits/4bit_Ripple-CarryAdder/Ripple_Carryadder_tb.v", "simulator": "iverilog", "top_module": "Ripple_carryadder", "work_subdir": null, "requires_submodules": false, "compile": {"args": ["-g2012"], "sources": ["Combinational-Circuits/4bit_Ripple-CarryAdder/4bit_Ripple-CarryAdder.v", "Combinational-Circuits/4bit_Ripple-CarryAdder/Ripple_Carryadder_tb.v"]}, "run": {"args": ["-fst"]}, "waveform": "waveform.fst"}
3
+ {"tb_file_path": "Combinational-Circuits/4x1_Mux/mux4x1_tb.v", "simulator": "iverilog", "top_module": "mux4x1", "work_subdir": null, "requires_submodules": false, "compile": {"args": ["-g2012"], "sources": ["Combinational-Circuits/4x1_Mux/4x1_mux.v", "Combinational-Circuits/4x1_Mux/mux4x1_tb.v"]}, "run": {"args": ["-fst"]}, "waveform": "waveform.fst"}
4
+ {"tb_file_path": "Combinational-Circuits/8bit-Barrel_Shifter/barrel_shifter8bit_tb.v", "simulator": "iverilog", "top_module": "barrel_shifter_8bit", "work_subdir": null, "requires_submodules": false, "compile": {"args": ["-g2012"], "sources": ["Combinational-Circuits/8bit-Barrel_Shifter/8bit-Barrel_Shifter.v", "Combinational-Circuits/8bit-Barrel_Shifter/barrel_shifter8bit_tb.v"]}, "run": {"args": ["-fst"]}, "waveform": "wave_barrel_shifter_8bit.fst"}
5
+ {"tb_file_path": "Combinational-Circuits/Encoder_4x2/encoder4x2_tb.v", "simulator": "iverilog", "top_module": "encoder4x2", "work_subdir": null, "requires_submodules": false, "compile": {"args": ["-g2012"], "sources": ["Combinational-Circuits/Encoder_4x2/encoder4x2.v", "Combinational-Circuits/Encoder_4x2/encoder4x2_tb.v"]}, "run": {"args": ["-fst"]}, "waveform": "wave_encoder4x2.fst"}
6
+ {"tb_file_path": "Combinational-Circuits/Full_Adder/tb_FullAdder.v", "simulator": "iverilog", "top_module": "Full_Adder", "work_subdir": null, "requires_submodules": false, "compile": {"args": ["-g2012"], "sources": ["Combinational-Circuits/Full_Adder/Full_Adder.v", "Combinational-Circuits/Full_Adder/tb_FullAdder.v"]}, "run": {"args": ["-fst"]}, "waveform": "dump.fst"}
7
+ {"tb_file_path": "Combinational-Circuits/Full_Subtractor/Full_Subtractor_tb.v", "simulator": "iverilog", "top_module": "full_subtractor", "work_subdir": null, "requires_submodules": false, "compile": {"args": ["-g2012"], "sources": ["Combinational-Circuits/Full_Subtractor/full_subtractor.v", "Combinational-Circuits/Full_Subtractor/Full_Subtractor_tb.v"]}, "run": {"args": ["-fst"]}, "waveform": "dump.fst"}
8
+ {"tb_file_path": "Combinational-Circuits/Half_Adder/tb_HalfAdder.v", "simulator": "iverilog", "top_module": "Half_Adder", "work_subdir": null, "requires_submodules": false, "compile": {"args": ["-g2012"], "sources": ["Combinational-Circuits/Half_Adder/Half-Adder.v", "Combinational-Circuits/Half_Adder/tb_HalfAdder.v"]}, "run": {"args": ["-fst"]}, "waveform": "dump.fst"}
9
+ {"tb_file_path": "Combinational-Circuits/Half_Subtractor/Half_Subtractor_tb.v", "simulator": "iverilog", "top_module": "Half_subtractor", "work_subdir": null, "requires_submodules": false, "compile": {"args": ["-g2012"], "sources": ["Combinational-Circuits/Half_Subtractor/Half_subtractor.v", "Combinational-Circuits/Half_Subtractor/Half_Subtractor_tb.v"]}, "run": {"args": ["-fst"]}, "waveform": "dump.fst"}
10
+ {"tb_file_path": "Combinational-Circuits/Multiplexer/Mux2x1_tb.v", "simulator": "iverilog", "top_module": "Mux2x1", "work_subdir": null, "requires_submodules": false, "compile": {"args": ["-g2012"], "sources": ["Combinational-Circuits/Multiplexer/Mux2x1.v", "Combinational-Circuits/Multiplexer/Mux2x1_tb.v"]}, "run": {"args": ["-fst"]}, "waveform": "dump.fst"}
11
+ {"tb_file_path": "Logic-Gates/And_Gate/testbench-And_Gate.v", "simulator": "iverilog", "top_module": "And_Gate", "work_subdir": null, "requires_submodules": false, "compile": {"args": ["-g2012"], "sources": ["Logic-Gates/And_Gate/And_Gate.v", "Logic-Gates/And_Gate/testbench-And_Gate.v"]}, "run": {"args": ["-fst"]}, "waveform": "dump.fst"}
12
+ {"tb_file_path": "Logic-Gates/Nand_Gate/tb_Nand.v", "simulator": "iverilog", "top_module": "Nand_Gate", "work_subdir": null, "requires_submodules": false, "compile": {"args": ["-g2012"], "sources": ["Logic-Gates/Nand_Gate/Nand_Gate.v", "Logic-Gates/Nand_Gate/tb_Nand.v"]}, "run": {"args": ["-fst"]}, "waveform": "dump.fst"}
13
+ {"tb_file_path": "Logic-Gates/Nor_Gate/tb_Nor.v", "simulator": "iverilog", "top_module": "Nor_Gate", "work_subdir": null, "requires_submodules": false, "compile": {"args": ["-g2012"], "sources": ["Logic-Gates/Nor_Gate/Nor_Gate.v", "Logic-Gates/Nor_Gate/tb_Nor.v"]}, "run": {"args": ["-fst"]}, "waveform": "dump.fst"}
14
+ {"tb_file_path": "Logic-Gates/Not_Gate/tb_Not.v", "simulator": "iverilog", "top_module": "Not_Gate", "work_subdir": null, "requires_submodules": false, "compile": {"args": ["-g2012"], "sources": ["Logic-Gates/Not_Gate/Not_Gate.v", "Logic-Gates/Not_Gate/tb_Not.v"]}, "run": {"args": ["-fst"]}, "waveform": "dump.fst"}
15
+ {"tb_file_path": "Logic-Gates/OR_Gate/testbench-OR_Gate.v", "simulator": "iverilog", "top_module": "OR_Gate", "work_subdir": null, "requires_submodules": false, "compile": {"args": ["-g2012"], "sources": ["Logic-Gates/OR_Gate/OR_Gate.v", "Logic-Gates/OR_Gate/testbench-OR_Gate.v"]}, "run": {"args": ["-fst"]}, "waveform": "dump.fst"}
16
+ {"tb_file_path": "Logic-Gates/X-NOR_Gate/tb_XNOR.v", "simulator": "iverilog", "top_module": "XNOR_Gate", "work_subdir": null, "requires_submodules": false, "compile": {"args": ["-g2012"], "sources": ["Logic-Gates/X-NOR_Gate/XNOR_Gate.v", "Logic-Gates/X-NOR_Gate/tb_XNOR.v"]}, "run": {"args": ["-fst"]}, "waveform": "dump.fst"}
17
+ {"tb_file_path": "Logic-Gates/X-OR_Gate/tb_XOR.v", "simulator": "iverilog", "top_module": "XOR_Gate", "work_subdir": null, "requires_submodules": false, "compile": {"args": ["-g2012"], "sources": ["Logic-Gates/X-OR_Gate/XOR_Gate.v", "Logic-Gates/X-OR_Gate/tb_XOR.v"]}, "run": {"args": ["-fst"]}, "waveform": "dump.fst"}
18
+ {"tb_file_path": "Sequential Circuits/8 bit twin register/twin_reg_8bit_tb.v", "simulator": "iverilog", "top_module": "twin_reg_8bit", "work_subdir": null, "requires_submodules": false, "compile": {"args": ["-g2012"], "sources": ["Sequential Circuits/8 bit twin register/twin_reg_8bit.v", "Sequential Circuits/8 bit twin register/twin_reg_8bit_tb.v"]}, "run": {"args": ["-fst"]}, "waveform": "wave_twin_reg_8bit.fst"}
19
+ {"tb_file_path": "Sequential Circuits/D_Flipflop/d_ff_asynchronous_reset_tb.v", "simulator": "iverilog", "top_module": "D_ff_basic", "work_subdir": null, "requires_submodules": false, "compile": {"args": ["-g2012"], "sources": ["Sequential Circuits/D_Flipflop/d_ff_asynchronous_reset.v", "Sequential Circuits/D_Flipflop/d_ff_asynchronous_reset_tb.v"]}, "run": {"args": ["-fst"]}, "waveform": "wave_D_ff_basic.fst"}
20
+ {"tb_file_path": "Sequential Circuits/D_Flipflop/d_ff_synchronous_reset_tb.v", "simulator": "iverilog", "top_module": "D_ff_synchronous_reset", "work_subdir": null, "requires_submodules": false, "compile": {"args": ["-g2012"], "sources": ["Sequential Circuits/D_Flipflop/d_ff_synchronous_reset.v", "Sequential Circuits/D_Flipflop/d_ff_synchronous_reset_tb.v"]}, "run": {"args": ["-fst"]}, "waveform": "wave_D_ff_synchronous_reset.fst"}
Vaibhav-Gunthe_Verilog-Projects/source/ALU/8bit-ALU.v ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ `timescale 1ns / 1ps
2
+
3
+ module alu_8bit(
4
+ input [7:0]a,b,
5
+ input[3:0]opcode,
6
+ output reg [7:0]x,y
7
+ );
8
+ always@(a,b,opcode)
9
+ begin
10
+ x=8'b0;
11
+ y=8'b0;
12
+ case(opcode)
13
+ 4'b0000 : x= {7'b0,&a};
14
+ 4'b0001 : x= {7'b0,|a};
15
+ 4'b0010 : x= {7'b0,^a};
16
+ 4'b0011 : x= a&b;
17
+ 4'b0100 : x= a|b;
18
+ 4'b0101 : x= a^b;
19
+ 4'b0110 : {y[0],x}= a+b;
20
+ 4'b0111 : x= a-b;
21
+ 4'b1000 : x= {7'b0,a>b};
22
+ 4'b1001 : x= {7'b0,a<b};
23
+ 4'b1010 : x[0]= !a;
24
+ 4'b1011 : x[0]= a==b;
25
+ 4'b1100 : {y,x}= a*b;
26
+ 4'b1101 : {y,x}= a>>b;
27
+ 4'b1110 : {y,x}= a<<b;
28
+ 4'b1111 : x = ~a;
29
+ default : $display("error");
30
+ endcase
31
+ end
32
+ endmodule
Vaibhav-Gunthe_Verilog-Projects/source/ALU/alu_8bit_tb.v ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ `timescale 1ns / 1ps
2
+
3
+
4
+ module alu_8bit_tb;
5
+ reg [7:0]a,b;
6
+ reg [3:0]opcode;
7
+ wire [7:0]x,y;
8
+
9
+ alu_8bit dut(a,b,opcode,x,y);
10
+
11
+ integer k;
12
+ initial begin
13
+ $monitor("time=%0t a=%b b=%b opcode=%b x=%b y=%b",$time,a,b,opcode,x,y);
14
+
15
+ a=8'b01010101;
16
+ b=8'b11000011;
17
+ for (k = 0; k < 16; k = k + 1) begin
18
+ opcode = k [3:0] ;
19
+ #10;
20
+ end
21
+ $finish;
22
+ end
23
+
24
+ endmodule
Vaibhav-Gunthe_Verilog-Projects/source/Logic-Gates/And_Gate/And_Gate.v ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ `timescale 1ns / 1ps
2
+ //////////////////////////////////////////////////////////////////////////////////
3
+ // Company:
4
+ // Engineer:
5
+ //
6
+ // Create Date: 02/22/2025 09:47:52 AM
7
+ // Design Name:
8
+ // Module Name: And_Gate
9
+ // Project Name:
10
+ // Target Devices:
11
+ // Tool Versions:
12
+ // Description:
13
+ //
14
+ // Dependencies:
15
+ //
16
+ // Revision:
17
+ // Revision 0.01 - File Created
18
+ // Additional Comments:
19
+ //
20
+ //////////////////////////////////////////////////////////////////////////////////
21
+
22
+
23
+ module And_Gate(a,b,Y);
24
+ input wire a,b;
25
+ output wire Y;
26
+ assign Y = a & b;
27
+ endmodule
Vaibhav-Gunthe_Verilog-Projects/source/Logic-Gates/And_Gate/testbench-And_Gate.v ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ `timescale 1ns / 1ps
2
+ //////////////////////////////////////////////////////////////////////////////////
3
+ // Company:
4
+ // Engineer:
5
+ //
6
+ // Create Date: 02/22/2025 10:11:45 AM
7
+ // Design Name:
8
+ // Module Name: testbench
9
+ // Project Name:
10
+ // Target Devices:
11
+ // Tool Versions:
12
+ // Description:
13
+ //
14
+ // Dependencies:
15
+ //
16
+ // Revision:
17
+ // Revision 0.01 - File Created
18
+ // Additional Comments:
19
+ //
20
+ //////////////////////////////////////////////////////////////////////////////////
21
+
22
+
23
+ module testbench;
24
+ reg a,b;
25
+ wire Y;
26
+
27
+ And_Gate uut(
28
+ .a(a),
29
+ .b(b),
30
+ .Y(Y)
31
+ );
32
+
33
+ initial begin
34
+ $dumpfile("dump.vcd");
35
+ $dumpvars(0,testbench);
36
+
37
+ $monitor("Time=%0t: a=%b b=%b Y=%b",$time,a,b,Y);
38
+
39
+ a=0; b=0; #10;
40
+ a=0; b=1; #10;
41
+ a=1; b=0; #10;
42
+ a=1; b=1; #10;
43
+
44
+ $finish;
45
+ end
46
+ endmodule
47
+
Vaibhav-Gunthe_Verilog-Projects/source/Logic-Gates/Nand_Gate/Nand_Gate.v ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ `timescale 1ns / 1ps
2
+
3
+
4
+ module Nand_Gate(
5
+ input a,b,
6
+ output wire Y
7
+ );
8
+ assign Y=~(a&b);
9
+ endmodule
Vaibhav-Gunthe_Verilog-Projects/source/README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This repository contains a collection of Verilog-based digital design projects, ranging from fundamental logic gates to complex hardware modules.
2
+ Ideal for learning RTL design, synthesis, and FPGA implementation.
3
+
4
+ Projects Included
5
+ ✔️ Basic Logic Gates
6
+ ✔️ Multiplexers & Demultiplexers
7
+ ✔️ Flip-Flops & Registers
8
+ ✔️ ALU (Arithmetic Logic Unit)
9
+ ✔️ FSM (Finite State Machines)
10
+ ✔️ Memory Modules & More!
11
+
12
+ 🔹 Tools Used: Icarus Verilog, ModelSim, Xilinx Vivado, GTKWave
13
+ 🔹 For Beginners & Enthusiasts
14
+
15
+ 💡 Contributions are welcome!
Vaibhav-Gunthe_Verilog-Projects/source/Sequential Circuits/8 bit twin register/twin_reg_8bit.v ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ `timescale 1ns / 1ps
2
+
3
+ module twin_reg_8bit(
4
+ input clk,rst,
5
+ input [7:0]d1,
6
+ input [7:0]d2,
7
+ output reg[7:0]q1,
8
+ output reg[7:0]q2 );
9
+
10
+ always @(posedge clk)
11
+ if (rst)begin
12
+ q1 <=0;
13
+ q2 <=0;
14
+ end
15
+ else begin
16
+ q1<=d1;
17
+ q2<=d2;
18
+ end
19
+ endmodule
Vaibhav-Gunthe_Verilog-Projects/source/Sequential Circuits/8 bit twin register/twin_reg_8bit_tb.v ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ `timescale 1ns / 1ps
2
+
3
+
4
+ module twin_reg_8bit_tb;
5
+ reg clk,rst;
6
+ reg [7:0]d1,d2;
7
+ wire[7:0]q1,q2;
8
+
9
+ twin_reg_8bit dut(clk,rst,d1,d2,q1,q2);
10
+ always #5 clk=~clk;
11
+ initial begin
12
+ clk=0; d1=0; d2=0; rst=1;
13
+ $display("time clk rst d1 d2 q1 q2");
14
+ $monitor("%0t clk=%b rst=%b d1=%b d2=%b q1=%b q2=%b",$time,clk,rst,d1,d2,q1,q2);
15
+ #10 rst=0;
16
+ #10 d1 = 8'b00000000; d2 = 8'b00000000;
17
+ #10 d1 = 8'b00000000; d2 = 8'b00000001;
18
+ #10 d1 = 8'b00000001; d2 = 8'b00000000;
19
+ #10 d1 = 8'b00000001; d2 = 8'b00000001;
20
+ $finish;
21
+
22
+ end
23
+ endmodule
Vaibhav-Gunthe_Verilog-Projects/source/Sequential Circuits/D_Flipflop/d_ff_asynchronous_reset.v ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ `timescale 1ns / 1ps
2
+
3
+ module D_ff_basic(
4
+ input d,clk,rst,
5
+ output reg q
6
+ );
7
+ always @(posedge clk or posedge rst)
8
+ if(rst)
9
+ q<=0;
10
+ else
11
+ q<=d;
12
+
13
+ endmodule
Vaibhav-Gunthe_Verilog-Projects/source/Sequential Circuits/D_Flipflop/d_ff_asynchronous_reset_tb.v ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ `timescale 1ns / 1ps
2
+
3
+
4
+ module D_ff_basic_tb;
5
+ reg d,clk,rst;
6
+ wire q;
7
+
8
+ D_ff_basic dut(d,clk,rst,q);
9
+ always #5 clk=~clk;
10
+
11
+ initial begin
12
+ d=0; clk=0; rst=1;
13
+ $display("time d clk rst q ");
14
+ $monitor("time d clk rst q",$time,d,clk,rst,q);
15
+
16
+ #10 rst=0;
17
+ #10 d = 1;
18
+ #10 d = 0;
19
+ #10 d = 1;
20
+ #10 d = 0;
21
+ #10;
22
+
23
+ $finish;
24
+ end
25
+ endmodule
Vaibhav-Gunthe_Verilog-Projects/source/Sequential Circuits/D_Flipflop/d_ff_synchronous_reset.v ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ `timescale 1ns / 1ps
2
+
3
+ module D_ff_synchronous_reset(
4
+ input d,clk,rst,
5
+ output reg q
6
+ );
7
+ always @(posedge clk )
8
+ if(rst)
9
+ q<=0;
10
+ else
11
+ q<=d;
12
+
13
+ endmodule
Vaibhav-Gunthe_Verilog-Projects/source/Sequential Circuits/D_Flipflop/d_ff_synchronous_reset_tb.v ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ `timescale 1ns / 1ps
2
+
3
+
4
+ module d_ff_synchronous_tb;
5
+ reg d,clk,rst;
6
+ wire q;
7
+
8
+ D_ff_synchronous_reset dut(d,clk,rst,q);
9
+ always #5 clk=~clk;
10
+
11
+ initial begin
12
+ d=0; clk=0; rst=1;
13
+ $display("time d clk rst q ");
14
+ $monitor("time d clk rst q",$time,d,clk,rst,q);
15
+
16
+ #10 rst=0;
17
+ #10 d = 1;
18
+ #10 d = 0;
19
+ #10 d = 1;
20
+ #10 d = 0;
21
+ #10;
22
+
23
+ $finish;
24
+ end
25
+ endmodule
Vaibhav-Gunthe_Verilog-Projects/source/Sequential Circuits/T_Flipflop/T_ff_asynchronousReset.v ADDED
@@ -0,0 +1 @@
 
 
1
+ T
Vaibhav-Gunthe_Verilog-Projects/testbenches.json ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "file_path": "ALU/alu_8bit_tb.v",
4
+ "tb_type": "verilog",
5
+ "simulator": "icarus",
6
+ "makefile_path": null,
7
+ "top_module": "alu_8bit",
8
+ "rtl_files": [
9
+ "ALU/8bit-ALU.v"
10
+ ]
11
+ },
12
+ {
13
+ "file_path": "Combinational-Circuits/4bit_Ripple-CarryAdder/Ripple_Carryadder_tb.v",
14
+ "tb_type": "verilog",
15
+ "simulator": "icarus",
16
+ "makefile_path": null,
17
+ "top_module": "Ripple_carryadder",
18
+ "rtl_files": [
19
+ "Combinational-Circuits/4bit_Ripple-CarryAdder/4bit_Ripple-CarryAdder.v"
20
+ ]
21
+ },
22
+ {
23
+ "file_path": "Combinational-Circuits/4x1_Mux/mux4x1_tb.v",
24
+ "tb_type": "verilog",
25
+ "simulator": "icarus",
26
+ "makefile_path": null,
27
+ "top_module": "mux4x1",
28
+ "rtl_files": [
29
+ "Combinational-Circuits/4x1_Mux/4x1_mux.v"
30
+ ]
31
+ },
32
+ {
33
+ "file_path": "Combinational-Circuits/8bit-Barrel_Shifter/barrel_shifter8bit_tb.v",
34
+ "tb_type": "verilog",
35
+ "simulator": "icarus",
36
+ "makefile_path": null,
37
+ "top_module": "barrel_shifter_8bit",
38
+ "rtl_files": [
39
+ "Combinational-Circuits/8bit-Barrel_Shifter/8bit-Barrel_Shifter.v"
40
+ ]
41
+ },
42
+ {
43
+ "file_path": "Combinational-Circuits/Encoder_4x2/encoder4x2_tb.v",
44
+ "tb_type": "verilog",
45
+ "simulator": "icarus",
46
+ "makefile_path": null,
47
+ "top_module": "encoder4x2",
48
+ "rtl_files": [
49
+ "Combinational-Circuits/Encoder_4x2/encoder4x2.v"
50
+ ]
51
+ },
52
+ {
53
+ "file_path": "Combinational-Circuits/Full_Adder/tb_FullAdder.v",
54
+ "tb_type": "verilog",
55
+ "simulator": "icarus",
56
+ "makefile_path": null,
57
+ "top_module": "Full_Adder",
58
+ "rtl_files": [
59
+ "Combinational-Circuits/Full_Adder/Full_Adder.v"
60
+ ]
61
+ },
62
+ {
63
+ "file_path": "Combinational-Circuits/Full_Subtractor/Full_Subtractor_tb.v",
64
+ "tb_type": "verilog",
65
+ "simulator": "icarus",
66
+ "makefile_path": null,
67
+ "top_module": "full_subtractor",
68
+ "rtl_files": [
69
+ "Combinational-Circuits/Full_Subtractor/full_subtractor.v"
70
+ ]
71
+ },
72
+ {
73
+ "file_path": "Combinational-Circuits/Half_Adder/tb_HalfAdder.v",
74
+ "tb_type": "verilog",
75
+ "simulator": "icarus",
76
+ "makefile_path": null,
77
+ "top_module": "Half_Adder",
78
+ "rtl_files": [
79
+ "Combinational-Circuits/Half_Adder/Half-Adder.v"
80
+ ]
81
+ },
82
+ {
83
+ "file_path": "Combinational-Circuits/Half_Subtractor/Half_Subtractor_tb.v",
84
+ "tb_type": "verilog",
85
+ "simulator": "icarus",
86
+ "makefile_path": null,
87
+ "top_module": "Half_subtractor",
88
+ "rtl_files": [
89
+ "Combinational-Circuits/Half_Subtractor/Half_subtractor.v"
90
+ ]
91
+ },
92
+ {
93
+ "file_path": "Combinational-Circuits/Multiplexer/Mux2x1_tb.v",
94
+ "tb_type": "verilog",
95
+ "simulator": "icarus",
96
+ "makefile_path": null,
97
+ "top_module": "Mux2x1",
98
+ "rtl_files": [
99
+ "Combinational-Circuits/Multiplexer/Mux2x1.v"
100
+ ]
101
+ },
102
+ {
103
+ "file_path": "Logic-Gates/And_Gate/testbench-And_Gate.v",
104
+ "tb_type": "verilog",
105
+ "simulator": "icarus",
106
+ "makefile_path": null,
107
+ "top_module": "And_Gate",
108
+ "rtl_files": [
109
+ "Logic-Gates/And_Gate/And_Gate.v"
110
+ ]
111
+ },
112
+ {
113
+ "file_path": "Logic-Gates/Nand_Gate/tb_Nand.v",
114
+ "tb_type": "verilog",
115
+ "simulator": "icarus",
116
+ "makefile_path": null,
117
+ "top_module": "Nand_Gate",
118
+ "rtl_files": [
119
+ "Logic-Gates/Nand_Gate/Nand_Gate.v"
120
+ ]
121
+ },
122
+ {
123
+ "file_path": "Logic-Gates/Nor_Gate/tb_Nor.v",
124
+ "tb_type": "verilog",
125
+ "simulator": "icarus",
126
+ "makefile_path": null,
127
+ "top_module": "Nor_Gate",
128
+ "rtl_files": [
129
+ "Logic-Gates/Nor_Gate/Nor_Gate.v"
130
+ ]
131
+ },
132
+ {
133
+ "file_path": "Logic-Gates/Not_Gate/tb_Not.v",
134
+ "tb_type": "verilog",
135
+ "simulator": "icarus",
136
+ "makefile_path": null,
137
+ "top_module": "Not_Gate",
138
+ "rtl_files": [
139
+ "Logic-Gates/Not_Gate/Not_Gate.v"
140
+ ]
141
+ },
142
+ {
143
+ "file_path": "Logic-Gates/OR_Gate/testbench-OR_Gate.v",
144
+ "tb_type": "verilog",
145
+ "simulator": "icarus",
146
+ "makefile_path": null,
147
+ "top_module": "OR_Gate",
148
+ "rtl_files": [
149
+ "Logic-Gates/OR_Gate/OR_Gate.v"
150
+ ]
151
+ },
152
+ {
153
+ "file_path": "Logic-Gates/X-NOR_Gate/tb_XNOR.v",
154
+ "tb_type": "verilog",
155
+ "simulator": "icarus",
156
+ "makefile_path": null,
157
+ "top_module": "XNOR_Gate",
158
+ "rtl_files": [
159
+ "Logic-Gates/X-NOR_Gate/XNOR_Gate.v"
160
+ ]
161
+ },
162
+ {
163
+ "file_path": "Logic-Gates/X-OR_Gate/tb_XOR.v",
164
+ "tb_type": "verilog",
165
+ "simulator": "icarus",
166
+ "makefile_path": null,
167
+ "top_module": "XOR_Gate",
168
+ "rtl_files": [
169
+ "Logic-Gates/X-OR_Gate/XOR_Gate.v"
170
+ ]
171
+ },
172
+ {
173
+ "file_path": "Sequential Circuits/8 bit twin register/twin_reg_8bit_tb.v",
174
+ "tb_type": "verilog",
175
+ "simulator": "icarus",
176
+ "makefile_path": null,
177
+ "top_module": "twin_reg_8bit",
178
+ "rtl_files": [
179
+ "Sequential Circuits/8 bit twin register/twin_reg_8bit.v"
180
+ ]
181
+ },
182
+ {
183
+ "file_path": "Sequential Circuits/D_Flipflop/d_ff_asynchronous_reset_tb.v",
184
+ "tb_type": "verilog",
185
+ "simulator": "icarus",
186
+ "makefile_path": null,
187
+ "top_module": "D_ff_basic",
188
+ "rtl_files": [
189
+ "Sequential Circuits/D_Flipflop/d_ff_asynchronous_reset.v"
190
+ ]
191
+ },
192
+ {
193
+ "file_path": "Sequential Circuits/D_Flipflop/d_ff_synchronous_reset_tb.v",
194
+ "tb_type": "verilog",
195
+ "simulator": "icarus",
196
+ "makefile_path": null,
197
+ "top_module": "D_ff_synchronous_reset",
198
+ "rtl_files": [
199
+ "Sequential Circuits/D_Flipflop/d_ff_synchronous_reset.v"
200
+ ]
201
+ }
202
+ ]
Vaibhav-Gunthe_Verilog-Projects/waveform_map.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "ALU/alu_8bit_tb.v": "wave_alu_8bit.fst",
3
+ "Combinational-Circuits/4bit_Ripple-CarryAdder/Ripple_Carryadder_tb.v": "waveform.fst",
4
+ "Combinational-Circuits/4x1_Mux/mux4x1_tb.v": "waveform.fst",
5
+ "Combinational-Circuits/8bit-Barrel_Shifter/barrel_shifter8bit_tb.v": "wave_barrel_shifter_8bit.fst",
6
+ "Combinational-Circuits/Encoder_4x2/encoder4x2_tb.v": "wave_encoder4x2.fst",
7
+ "Combinational-Circuits/Full_Adder/tb_FullAdder.v": "dump.fst",
8
+ "Combinational-Circuits/Full_Subtractor/Full_Subtractor_tb.v": "dump.fst",
9
+ "Combinational-Circuits/Half_Adder/tb_HalfAdder.v": "dump.fst",
10
+ "Combinational-Circuits/Half_Subtractor/Half_Subtractor_tb.v": "dump.fst",
11
+ "Combinational-Circuits/Multiplexer/Mux2x1_tb.v": "dump.fst",
12
+ "Logic-Gates/And_Gate/testbench-And_Gate.v": "dump.fst",
13
+ "Logic-Gates/Nand_Gate/tb_Nand.v": "dump.fst",
14
+ "Logic-Gates/Nor_Gate/tb_Nor.v": "dump.fst",
15
+ "Logic-Gates/Not_Gate/tb_Not.v": "dump.fst",
16
+ "Logic-Gates/OR_Gate/testbench-OR_Gate.v": "dump.fst",
17
+ "Logic-Gates/X-NOR_Gate/tb_XNOR.v": "dump.fst",
18
+ "Logic-Gates/X-OR_Gate/tb_XOR.v": "dump.fst",
19
+ "Sequential Circuits/8 bit twin register/twin_reg_8bit_tb.v": "wave_twin_reg_8bit.fst",
20
+ "Sequential Circuits/D_Flipflop/d_ff_asynchronous_reset_tb.v": "wave_D_ff_basic.fst",
21
+ "Sequential Circuits/D_Flipflop/d_ff_synchronous_reset_tb.v": "wave_D_ff_synchronous_reset.fst"
22
+ }
accomdemy_accomdemy_rv32i/sim_script_map.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "sim/cpu_tb.v": "cpu_sim.sh"
3
+ }
accomdemy_accomdemy_rv32i/simulations.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"tb_file_path": "sim/cpu_tb.v", "simulator": "iverilog", "top_module": "cpu", "work_subdir": "sim", "requires_submodules": false, "compile": {"args": ["-g2012"], "sources": ["src/cpu.v", "src/MUX2to1_32bit.v", "src/MUX4to1_32bit.v", "src/alu.v", "src/branch.v", "src/decoder.v", "src/dm_control.v", "src/instr_memory.v", "src/pc.v", "src/regfile.v", "sim/cpu_tb.v"]}, "run": {"args": ["-fst"]}, "waveform": "sim/wave_cpu.fst"}
accomdemy_accomdemy_rv32i/testbenches.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "file_path": "sim/cpu_tb.v",
4
+ "tb_type": "verilog",
5
+ "simulator": "icarus",
6
+ "makefile_path": null,
7
+ "top_module": "cpu",
8
+ "rtl_files": [
9
+ "src/cpu.v",
10
+ "src/MUX2to1_32bit.v",
11
+ "src/MUX4to1_32bit.v",
12
+ "src/alu.v",
13
+ "src/branch.v",
14
+ "src/decoder.v",
15
+ "src/dm_control.v",
16
+ "src/instr_memory.v",
17
+ "src/pc.v",
18
+ "src/regfile.v"
19
+ ]
20
+ }
21
+ ]
accomdemy_accomdemy_rv32i/waveform_map.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "sim/cpu_tb.v": "sim_wave_cpu.fst"
3
+ }
akira2963753_Pipelined-RV32-SoC/sim_script_map.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "Five-Stage-Pipelined-CPU/RTL/RISCV_CPU_tb.v": "RISCV_CPU_sim.sh"
3
+ }
akira2963753_Pipelined-RV32-SoC/simulations.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"tb_file_path": "Five-Stage-Pipelined-CPU/RTL/RISCV_CPU_tb.v", "simulator": "iverilog", "top_module": "RISCV_CPU", "work_subdir": null, "requires_submodules": false, "compile": {"args": ["-g2012", "-I", "Five-Stage-Pipelined-CPU/RTL"], "sources": ["Five-Stage-Pipelined-CPU/RTL/RISCV_CPU_tb.v", "Five-Stage-Pipelined-CPU/RTL/RISCV_CPU.v", "Five-Stage-Pipelined-CPU/RTL/ALU.v", "Five-Stage-Pipelined-CPU/RTL/ALU_Control.v", "Five-Stage-Pipelined-CPU/RTL/BHT.v", "Five-Stage-Pipelined-CPU/RTL/BPU.v", "Five-Stage-Pipelined-CPU/RTL/BTB.v", "Five-Stage-Pipelined-CPU/RTL/CSR.v", "Five-Stage-Pipelined-CPU/RTL/Control.v", "Five-Stage-Pipelined-CPU/RTL/D_Mem.v", "Five-Stage-Pipelined-CPU/RTL/EX_MEM.v", "Five-Stage-Pipelined-CPU/RTL/Forwarding_Unit.v", "Five-Stage-Pipelined-CPU/RTL/Hazard_Unit.v", "Five-Stage-Pipelined-CPU/RTL/ID_EX.v", "Five-Stage-Pipelined-CPU/RTL/IF_ID.v", "Five-Stage-Pipelined-CPU/RTL/I_Mem.v", "Five-Stage-Pipelined-CPU/RTL/ImmGen.v", "Five-Stage-Pipelined-CPU/RTL/LDU.v", "Five-Stage-Pipelined-CPU/RTL/MEM_WB.v", "Five-Stage-Pipelined-CPU/RTL/PC.v", "Five-Stage-Pipelined-CPU/RTL/PC_Adderr.v", "Five-Stage-Pipelined-CPU/RTL/RF.v"]}, "run": {"args": ["-fst"]}, "waveform": "wave_RISCV_CPU.fst"}
akira2963753_Pipelined-RV32-SoC/testbenches.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "file_path": "Five-Stage-Pipelined-CPU/RTL/RISCV_CPU_tb.v",
4
+ "tb_type": "verilog",
5
+ "simulator": "icarus",
6
+ "makefile_path": null,
7
+ "top_module": "RISCV_CPU",
8
+ "rtl_files": [
9
+ "Five-Stage-Pipelined-CPU/RTL/RISCV_CPU.v",
10
+ "Five-Stage-Pipelined-CPU/RTL/ALU.v",
11
+ "Five-Stage-Pipelined-CPU/RTL/ALU_Control.v",
12
+ "Five-Stage-Pipelined-CPU/RTL/BHT.v",
13
+ "Five-Stage-Pipelined-CPU/RTL/BPU.v",
14
+ "Five-Stage-Pipelined-CPU/RTL/BTB.v",
15
+ "Five-Stage-Pipelined-CPU/RTL/CSR.v",
16
+ "Five-Stage-Pipelined-CPU/RTL/Control.v",
17
+ "Five-Stage-Pipelined-CPU/RTL/D_Mem.v",
18
+ "Five-Stage-Pipelined-CPU/RTL/EX_MEM.v",
19
+ "Five-Stage-Pipelined-CPU/RTL/Forwarding_Unit.v",
20
+ "Five-Stage-Pipelined-CPU/RTL/Hazard_Unit.v",
21
+ "Five-Stage-Pipelined-CPU/RTL/ID_EX.v",
22
+ "Five-Stage-Pipelined-CPU/RTL/IF_ID.v",
23
+ "Five-Stage-Pipelined-CPU/RTL/I_Mem.v",
24
+ "Five-Stage-Pipelined-CPU/RTL/ImmGen.v",
25
+ "Five-Stage-Pipelined-CPU/RTL/LDU.v",
26
+ "Five-Stage-Pipelined-CPU/RTL/MEM_WB.v",
27
+ "Five-Stage-Pipelined-CPU/RTL/PC.v",
28
+ "Five-Stage-Pipelined-CPU/RTL/PC_Adderr.v",
29
+ "Five-Stage-Pipelined-CPU/RTL/RF.v"
30
+ ]
31
+ },
32
+ {
33
+ "file_path": "RISC-V-Processor/RTL/RISCV_PROCESSOR_tb.v",
34
+ "tb_type": "verilog",
35
+ "simulator": "icarus",
36
+ "makefile_path": null,
37
+ "top_module": "RISCV_PROCESSOR",
38
+ "rtl_files": [
39
+ "RISC-V-Processor/RTL/RISCV_PROCESSOR.v",
40
+ "RISC-V-Processor/RTL/RISCV_CPU.v",
41
+ "RISC-V-Processor/RTL/ALU.v",
42
+ "RISC-V-Processor/RTL/ALU_Control.v",
43
+ "RISC-V-Processor/RTL/AXI4_Lite_Bus.v",
44
+ "RISC-V-Processor/RTL/BHT.v",
45
+ "RISC-V-Processor/RTL/BPU.v",
46
+ "RISC-V-Processor/RTL/BTB.v",
47
+ "RISC-V-Processor/RTL/CSR.v",
48
+ "RISC-V-Processor/RTL/Control.v",
49
+ "RISC-V-Processor/RTL/D_BRAM.v",
50
+ "RISC-V-Processor/RTL/D_Cache.v",
51
+ "RISC-V-Processor/RTL/D_Mem.v",
52
+ "RISC-V-Processor/RTL/EX_MEM.v",
53
+ "RISC-V-Processor/RTL/Forwarding_Unit.v",
54
+ "RISC-V-Processor/RTL/Hazard_Unit.v",
55
+ "RISC-V-Processor/RTL/ID_EX.v",
56
+ "RISC-V-Processor/RTL/IF_ID.v",
57
+ "RISC-V-Processor/RTL/I_Cache.v",
58
+ "RISC-V-Processor/RTL/ImmGen.v",
59
+ "RISC-V-Processor/RTL/LDU.v",
60
+ "RISC-V-Processor/RTL/MEM_WB.v",
61
+ "RISC-V-Processor/RTL/PC.v",
62
+ "RISC-V-Processor/RTL/PC_Adder.v",
63
+ "RISC-V-Processor/RTL/RF.v"
64
+ ]
65
+ },
66
+ {
67
+ "file_path": "CACHE/AXI4-LITE/Pattern.v",
68
+ "tb_type": "verilog",
69
+ "simulator": "icarus",
70
+ "makefile_path": null,
71
+ "top_module": "Tested",
72
+ "rtl_files": [
73
+ "CACHE/AXI4-LITE/Tested.v",
74
+ "CACHE/AXI4-LITE/AXI4_Lite_Bus.v"
75
+ ]
76
+ },
77
+ {
78
+ "file_path": "CACHE/D-CACHE/Pattern.v",
79
+ "tb_type": "verilog",
80
+ "simulator": "icarus",
81
+ "makefile_path": null,
82
+ "top_module": "Tested",
83
+ "rtl_files": [
84
+ "CACHE/D-CACHE/Tested.v",
85
+ "CACHE/D-CACHE/D_Cache.v",
86
+ "CACHE/D-CACHE/AXI4_Lite_Bus.v"
87
+ ]
88
+ },
89
+ {
90
+ "file_path": "CACHE/I-CACHE/Pattern.v",
91
+ "tb_type": "verilog",
92
+ "simulator": "icarus",
93
+ "makefile_path": null,
94
+ "top_module": "Tested",
95
+ "rtl_files": [
96
+ "CACHE/I-CACHE/Tested.v",
97
+ "CACHE/I-CACHE/Cache.v",
98
+ "CACHE/I-CACHE/AXI4_Lite_Bus.v"
99
+ ]
100
+ }
101
+ ]
akira2963753_Pipelined-RV32-SoC/waveform_map.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "Five-Stage-Pipelined-CPU/RTL/RISCV_CPU_tb.v": "wave_RISCV_CPU.fst"
3
+ }
completed.json CHANGED
@@ -1,10 +1,7 @@
1
  {
2
  "version": 2,
3
- "generated_at": "2026-04-03T17:33:26.562108+00:00",
4
  "entries": {
5
- "0thbit_CRC_parallel/crc__CRC/operator_typo": {
6
- "status": "sim_ok"
7
- },
8
  "chili-chips-ba_wireguard-fpga/led_test__led_test/blocking_nonblocking": {
9
  "status": "sim_ok",
10
  "examples_count": 0
@@ -362,19 +359,6 @@
362
  "mnmhdanas_UART-protocol/UARTtb__transmitter/unconnected_port": {
363
  "status": "sim_ok"
364
  },
365
- "Vaibhav-Gunthe_Verilog-Projects/D_ff_synchronous_reset__d_ff_synchronous_reset/blocking_nonblocking": {
366
- "status": "sim_ok",
367
- "examples_count": 0
368
- },
369
- "Vaibhav-Gunthe_Verilog-Projects/alu_8bit__8bit-ALU/case_swap": {
370
- "status": "sim_ok"
371
- },
372
- "Vaibhav-Gunthe_Verilog-Projects/alu_8bit__8bit-ALU/concat_swap": {
373
- "status": "sim_ok"
374
- },
375
- "Vaibhav-Gunthe_Verilog-Projects/twin_reg_8bit__twin_reg_8bit/blocking_nonblocking": {
376
- "status": "sim_ok"
377
- },
378
  "Fraunhofer-IMS_airisc_core_complex/airi5c_spi__airi5c_spi/case_swap": {
379
  "status": "llm_failed"
380
  },
@@ -561,225 +545,6 @@
561
  "meiniKi_FazyRV/fazyrv_top__fazyrv_rf/missing_reset": {
562
  "status": "sim_failed"
563
  },
564
- "nimanaqavi_Verilog-MathFunctions/part_Ln_TOP__Ln_CO/delayed_signal": {
565
- "status": "sim_ok"
566
- },
567
- "nimanaqavi_Verilog-MathFunctions/part_Ln_TOP__Ln_CO/inverted_condition": {
568
- "status": "sim_ok"
569
- },
570
- "nimanaqavi_Verilog-MathFunctions/part_Ln_TOP__Ln_CO/missing_reset": {
571
- "status": "sim_ok"
572
- },
573
- "nimanaqavi_Verilog-MathFunctions/part_Ln_TOP__Ln_CO/state_transition": {
574
- "status": "sim_ok"
575
- },
576
- "nimanaqavi_Verilog-MathFunctions/part_Ln_TOP__Ln_DP/case_swap": {
577
- "status": "sim_ok"
578
- },
579
- "nimanaqavi_Verilog-MathFunctions/part_Ln_TOP__Ln_DP/concat_swap": {
580
- "status": "sim_ok"
581
- },
582
- "nimanaqavi_Verilog-MathFunctions/part_Ln_TOP__Ln_DP/delayed_signal": {
583
- "status": "sim_ok"
584
- },
585
- "nimanaqavi_Verilog-MathFunctions/part_Ln_TOP__Ln_DP/inverted_condition": {
586
- "status": "sim_ok"
587
- },
588
- "nimanaqavi_Verilog-MathFunctions/part_Ln_TOP__Ln_DP/missing_reset": {
589
- "status": "sim_ok"
590
- },
591
- "nimanaqavi_Verilog-MathFunctions/part_Ln_TOP__Ln_DP/operator_typo": {
592
- "status": "sim_ok"
593
- },
594
- "nimanaqavi_Verilog-MathFunctions/part_Ln_TOP__Ln_DP/signal_typo": {
595
- "status": "compile_error"
596
- },
597
- "nimanaqavi_Verilog-MathFunctions/part_Ln_TOP__Ln_DP/wrong_bitwidth": {
598
- "status": "sim_ok"
599
- },
600
- "scarv_xcrypto/xc_malu__xc_malu/blocking_nonblocking": {
601
- "status": "sim_ok"
602
- },
603
- "scarv_xcrypto/xc_malu__xc_malu_divrem/blocking_nonblocking": {
604
- "status": "sim_ok"
605
- },
606
- "JN513_Risco-5/ClkDivider__clk_divider/blocking_nonblocking": {
607
- "status": "waveform_identical"
608
- },
609
- "JN513_Risco-5/ClkDivider__clk_divider/delayed_signal": {
610
- "status": "sim_ok"
611
- },
612
- "JN513_Risco-5/ClkDivider__clk_divider/inverted_condition": {
613
- "status": "waveform_identical"
614
- },
615
- "JN513_Risco-5/ClkDivider__clk_divider/missing_enable": {
616
- "status": "sim_ok"
617
- },
618
- "JN513_Risco-5/ClkDivider__clk_divider/missing_reset": {
619
- "status": "waveform_identical"
620
- },
621
- "JN513_Risco-5/Core__alu/case_swap": {
622
- "status": "waveform_identical"
623
- },
624
- "JN513_Risco-5/Core__alu/delayed_signal": {
625
- "status": "llm_failed"
626
- },
627
- "JN513_Risco-5/Core__alu_control/case_swap": {
628
- "status": "waveform_identical"
629
- },
630
- "JN513_Risco-5/Core__alu_control/delayed_signal": {
631
- "status": "waveform_identical"
632
- },
633
- "JN513_Risco-5/Core__alu_control/inverted_condition": {
634
- "status": "waveform_identical"
635
- },
636
- "JN513_Risco-5/Core__alu_control/missing_else_latch": {
637
- "status": "waveform_identical"
638
- },
639
- "JN513_Risco-5/Core__bus/delayed_signal": {
640
- "status": "waveform_identical"
641
- },
642
- "JN513_Risco-5/Core__control_unit/blocking_nonblocking": {
643
- "status": "waveform_identical"
644
- },
645
- "JN513_Risco-5/Core__control_unit/case_swap": {
646
- "status": "waveform_identical"
647
- },
648
- "JN513_Risco-5/Core__control_unit/delayed_signal": {
649
- "status": "waveform_identical"
650
- },
651
- "JN513_Risco-5/Core__control_unit/inverted_condition": {
652
- "status": "waveform_identical"
653
- },
654
- "JN513_Risco-5/Core__control_unit/missing_else_latch": {
655
- "status": "waveform_identical"
656
- },
657
- "JN513_Risco-5/Core__control_unit/missing_reset": {
658
- "status": "waveform_identical"
659
- },
660
- "JN513_Risco-5/Core__core/blocking_nonblocking": {
661
- "status": "waveform_identical"
662
- },
663
- "JN513_Risco-5/Core__core/delayed_signal": {
664
- "status": "llm_failed"
665
- },
666
- "JN513_Risco-5/Core__core/inverted_condition": {
667
- "status": "sim_ok"
668
- },
669
- "JN513_Risco-5/Core__core/missing_enable": {
670
- "status": "sim_ok"
671
- },
672
- "JN513_Risco-5/Core__core/missing_reset": {
673
- "status": "waveform_identical"
674
- },
675
- "JN513_Risco-5/Core__csr_unit/blocking_nonblocking": {
676
- "status": "waveform_identical"
677
- },
678
- "JN513_Risco-5/Core__csr_unit/case_swap": {
679
- "status": "waveform_identical"
680
- },
681
- "JN513_Risco-5/Core__csr_unit/concat_swap": {
682
- "status": "waveform_identical"
683
- },
684
- "JN513_Risco-5/Core__csr_unit/delayed_signal": {
685
- "status": "waveform_identical"
686
- },
687
- "JN513_Risco-5/Core__csr_unit/inverted_condition": {
688
- "status": "waveform_identical"
689
- },
690
- "JN513_Risco-5/Core__csr_unit/missing_enable": {
691
- "status": "waveform_identical"
692
- },
693
- "JN513_Risco-5/Core__csr_unit/missing_reset": {
694
- "status": "waveform_identical"
695
- },
696
- "JN513_Risco-5/Core__immediate_generator/case_swap": {
697
- "status": "waveform_identical"
698
- },
699
- "JN513_Risco-5/Core__immediate_generator/concat_swap": {
700
- "status": "waveform_identical"
701
- },
702
- "JN513_Risco-5/Core__immediate_generator/delayed_signal": {
703
- "status": "waveform_identical"
704
- },
705
- "JN513_Risco-5/Core__leds/blocking_nonblocking": {
706
- "status": "waveform_identical"
707
- },
708
- "JN513_Risco-5/Core__leds/delayed_signal": {
709
- "status": "waveform_identical"
710
- },
711
- "JN513_Risco-5/Core__leds/missing_enable": {
712
- "status": "waveform_identical"
713
- },
714
- "JN513_Risco-5/Core__leds/missing_reset": {
715
- "status": "waveform_identical"
716
- },
717
- "JN513_Risco-5/Core__mdu/blocking_nonblocking": {
718
- "status": "waveform_identical"
719
- },
720
- "JN513_Risco-5/Core__mdu/concat_swap": {
721
- "status": "waveform_identical"
722
- },
723
- "JN513_Risco-5/Core__mdu/delayed_signal": {
724
- "status": "waveform_identical"
725
- },
726
- "JN513_Risco-5/Core__mdu/inverted_condition": {
727
- "status": "waveform_identical"
728
- },
729
- "JN513_Risco-5/Core__mdu/missing_enable": {
730
- "status": "waveform_identical"
731
- },
732
- "JN513_Risco-5/Core__mdu/missing_reset": {
733
- "status": "waveform_identical"
734
- },
735
- "JN513_Risco-5/Core__memory/blocking_nonblocking": {
736
- "status": "waveform_identical"
737
- },
738
- "JN513_Risco-5/Core__memory/case_swap": {
739
- "status": "waveform_identical"
740
- },
741
- "JN513_Risco-5/Core__memory/concat_swap": {
742
- "status": "waveform_identical"
743
- },
744
- "JN513_Risco-5/Core__memory/delayed_signal": {
745
- "status": "llm_failed"
746
- },
747
- "JN513_Risco-5/Core__memory/inverted_condition": {
748
- "status": "waveform_identical"
749
- },
750
- "JN513_Risco-5/Core__memory/missing_enable": {
751
- "status": "sim_ok"
752
- },
753
- "JN513_Risco-5/Core__mux/case_swap": {
754
- "status": "waveform_identical"
755
- },
756
- "JN513_Risco-5/Core__mux/delayed_signal": {
757
- "status": "llm_failed"
758
- },
759
- "JN513_Risco-5/Core__pc/blocking_nonblocking": {
760
- "status": "waveform_identical"
761
- },
762
- "JN513_Risco-5/Core__pc/delayed_signal": {
763
- "status": "waveform_identical"
764
- },
765
- "JN513_Risco-5/Core__pc/missing_enable": {
766
- "status": "waveform_identical"
767
- },
768
- "JN513_Risco-5/Core__pc/missing_reset": {
769
- "status": "sim_ok"
770
- },
771
- "JN513_Risco-5/Core__registers/blocking_nonblocking": {
772
- "status": "waveform_identical"
773
- },
774
- "JN513_Risco-5/Core__registers/delayed_signal": {
775
- "status": "waveform_identical"
776
- },
777
- "JN513_Risco-5/Core__registers/missing_enable": {
778
- "status": "waveform_identical"
779
- },
780
- "JN513_Risco-5/Core__registers/missing_reset": {
781
- "status": "waveform_identical"
782
- },
783
  "Mr-Bossman_KISC-V/AXI4Lite_translator__axi/blocking_nonblocking": {
784
  "status": "waveform_identical"
785
  },
@@ -1107,293 +872,242 @@
1107
  "Varunkumar0610_RISC-V-32I-5-stage-Pipeline-Core/Pipeline_top__Writeback_Cycle/unconnected_port": {
1108
  "status": "sim_ok"
1109
  },
1110
- "accomdemy_accomdemy_rv32i/cpu__MUX2to1_32bit/delayed_signal": {
1111
  "status": "waveform_identical"
1112
  },
1113
- "accomdemy_accomdemy_rv32i/cpu__MUX4to1_32bit/case_swap": {
1114
  "status": "waveform_identical"
1115
  },
1116
- "accomdemy_accomdemy_rv32i/cpu__MUX4to1_32bit/delayed_signal": {
1117
- "status": "waveform_identical"
1118
  },
1119
- "accomdemy_accomdemy_rv32i/cpu__alu/case_swap": {
1120
  "status": "waveform_identical"
1121
  },
1122
- "accomdemy_accomdemy_rv32i/cpu__alu/delayed_signal": {
1123
  "status": "waveform_identical"
1124
  },
1125
- "accomdemy_accomdemy_rv32i/cpu__alu/operator_typo": {
1126
  "status": "waveform_identical"
1127
  },
1128
- "accomdemy_accomdemy_rv32i/cpu__branch/case_swap": {
1129
- "status": "waveform_identical"
1130
  },
1131
- "accomdemy_accomdemy_rv32i/cpu__branch/delayed_signal": {
1132
- "status": "compile_error"
1133
  },
1134
- "accomdemy_accomdemy_rv32i/cpu__branch/missing_else_latch": {
1135
- "status": "waveform_identical"
1136
  },
1137
- "accomdemy_accomdemy_rv32i/cpu__branch/missing_enable": {
1138
- "status": "waveform_identical"
1139
  },
1140
- "accomdemy_accomdemy_rv32i/cpu__branch/operator_typo": {
1141
  "status": "waveform_identical"
1142
  },
1143
- "accomdemy_accomdemy_rv32i/cpu__cpu/signal_typo": {
1144
  "status": "waveform_identical"
1145
  },
1146
- "accomdemy_accomdemy_rv32i/cpu__cpu/unconnected_port": {
1147
- "status": "waveform_identical"
1148
  },
1149
- "accomdemy_accomdemy_rv32i/cpu__decoder/case_swap": {
1150
- "status": "waveform_identical"
1151
  },
1152
- "accomdemy_accomdemy_rv32i/cpu__decoder/concat_swap": {
1153
  "status": "waveform_identical"
1154
  },
1155
- "accomdemy_accomdemy_rv32i/cpu__decoder/delayed_signal": {
1156
- "status": "llm_failed"
1157
  },
1158
- "accomdemy_accomdemy_rv32i/cpu__dm_control/case_swap": {
1159
- "status": "waveform_identical"
1160
  },
1161
- "accomdemy_accomdemy_rv32i/cpu__dm_control/concat_swap": {
1162
- "status": "waveform_identical"
1163
  },
1164
- "accomdemy_accomdemy_rv32i/cpu__dm_control/delayed_signal": {
1165
- "status": "waveform_identical"
1166
  },
1167
- "accomdemy_accomdemy_rv32i/cpu__dm_control/inverted_condition": {
 
 
 
 
 
 
 
 
 
1168
  "status": "waveform_identical"
1169
  },
1170
- "accomdemy_accomdemy_rv32i/cpu__dm_control/missing_else_latch": {
1171
  "status": "waveform_identical"
1172
  },
1173
- "accomdemy_accomdemy_rv32i/cpu__dm_control/missing_enable": {
1174
  "status": "waveform_identical"
1175
  },
1176
- "accomdemy_accomdemy_rv32i/cpu__dm_control/signal_typo": {
1177
- "status": "compile_error"
1178
  },
1179
- "accomdemy_accomdemy_rv32i/cpu__dm_control/unconnected_port": {
1180
  "status": "waveform_identical"
1181
  },
1182
- "accomdemy_accomdemy_rv32i/cpu__dm_control/wrong_bitwidth": {
1183
- "status": "waveform_identical"
1184
- },
1185
- "accomdemy_accomdemy_rv32i/cpu__instr_memory/concat_swap": {
1186
- "status": "waveform_identical"
1187
- },
1188
- "accomdemy_accomdemy_rv32i/cpu__instr_memory/delayed_signal": {
1189
- "status": "waveform_identical"
1190
- },
1191
- "accomdemy_accomdemy_rv32i/cpu__instr_memory/wrong_bitwidth": {
1192
- "status": "sim_ok"
1193
- },
1194
- "accomdemy_accomdemy_rv32i/cpu__pc/blocking_nonblocking": {
1195
- "status": "waveform_identical"
1196
- },
1197
- "accomdemy_accomdemy_rv32i/cpu__pc/delayed_signal": {
1198
- "status": "waveform_identical"
1199
- },
1200
- "accomdemy_accomdemy_rv32i/cpu__pc/missing_reset": {
1201
- "status": "compile_error"
1202
- },
1203
- "accomdemy_accomdemy_rv32i/cpu__pc/operator_typo": {
1204
- "status": "waveform_identical"
1205
- },
1206
- "accomdemy_accomdemy_rv32i/cpu__regfile/delayed_signal": {
1207
- "status": "waveform_identical"
1208
- },
1209
- "accomdemy_accomdemy_rv32i/cpu__regfile/inverted_condition": {
1210
- "status": "waveform_identical"
1211
- },
1212
- "accomdemy_accomdemy_rv32i/cpu__regfile/missing_else_latch": {
1213
- "status": "waveform_identical"
1214
- },
1215
- "accomdemy_accomdemy_rv32i/cpu__regfile/missing_enable": {
1216
- "status": "waveform_identical"
1217
- },
1218
- "accomdemy_accomdemy_rv32i/cpu__regfile/missing_reset": {
1219
- "status": "waveform_identical"
1220
- },
1221
- "accomdemy_accomdemy_rv32i/cpu__regfile/operator_typo": {
1222
- "status": "waveform_identical"
1223
- },
1224
- "accomdemy_accomdemy_rv32i/cpu__regfile/wrong_bitwidth": {
1225
- "status": "waveform_identical"
1226
- },
1227
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__ALU/case_swap": {
1228
- "status": "compile_error"
1229
- },
1230
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__ALU/operator_typo": {
1231
- "status": "compile_error"
1232
- },
1233
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__ALU_Control/case_swap": {
1234
- "status": "compile_error"
1235
- },
1236
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__BHT/blocking_nonblocking": {
1237
- "status": "compile_error"
1238
- },
1239
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__BHT/missing_reset": {
1240
- "status": "compile_error"
1241
- },
1242
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__BHT/operator_typo": {
1243
- "status": "compile_error"
1244
  },
1245
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__BPU/case_swap": {
1246
- "status": "compile_error"
1247
  },
1248
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__BTB/blocking_nonblocking": {
1249
- "status": "compile_error"
1250
  },
1251
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__BTB/missing_reset": {
1252
- "status": "compile_error"
1253
  },
1254
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__CSR/blocking_nonblocking": {
1255
- "status": "compile_error"
1256
  },
1257
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__CSR/case_swap": {
1258
- "status": "compile_error"
1259
  },
1260
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__CSR/missing_enable": {
1261
- "status": "compile_error"
1262
  },
1263
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__CSR/missing_reset": {
1264
- "status": "compile_error"
1265
  },
1266
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__CSR/operator_typo": {
1267
- "status": "compile_error"
1268
  },
1269
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__Control/case_swap": {
1270
- "status": "compile_error"
1271
  },
1272
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__Control/inverted_condition": {
1273
- "status": "compile_error"
1274
  },
1275
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__Control/missing_else_latch": {
1276
- "status": "compile_error"
1277
  },
1278
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__Control/operator_typo": {
1279
- "status": "compile_error"
1280
  },
1281
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__D_Mem/blocking_nonblocking": {
1282
- "status": "compile_error"
1283
  },
1284
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__D_Mem/concat_swap": {
1285
- "status": "compile_error"
1286
  },
1287
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__D_Mem/inverted_condition": {
1288
- "status": "compile_error"
1289
  },
1290
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__D_Mem/missing_enable": {
1291
- "status": "compile_error"
1292
  },
1293
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__EX_MEM/blocking_nonblocking": {
1294
- "status": "compile_error"
1295
  },
1296
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__EX_MEM/missing_reset": {
1297
- "status": "compile_error"
1298
  },
1299
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__Forwarding_Unit/inverted_condition": {
1300
- "status": "compile_error"
1301
  },
1302
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__Forwarding_Unit/missing_else_latch": {
1303
- "status": "compile_error"
1304
  },
1305
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__Forwarding_Unit/operator_typo": {
1306
- "status": "compile_error"
1307
  },
1308
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__Hazard_Unit/missing_else_latch": {
1309
- "status": "compile_error"
1310
  },
1311
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__Hazard_Unit/operator_typo": {
1312
- "status": "compile_error"
1313
  },
1314
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__ID_EX/blocking_nonblocking": {
1315
- "status": "compile_error"
1316
  },
1317
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__ID_EX/missing_reset": {
1318
- "status": "compile_error"
1319
  },
1320
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__IF_ID/blocking_nonblocking": {
1321
- "status": "compile_error"
1322
  },
1323
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__IF_ID/missing_enable": {
1324
- "status": "compile_error"
1325
  },
1326
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__IF_ID/missing_reset": {
1327
- "status": "compile_error"
1328
  },
1329
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__I_Mem/concat_swap": {
1330
- "status": "compile_error"
1331
  },
1332
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__ImmGen/case_swap": {
1333
- "status": "compile_error"
1334
  },
1335
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__ImmGen/concat_swap": {
1336
- "status": "compile_error"
1337
  },
1338
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__LDU/case_swap": {
1339
- "status": "compile_error"
1340
  },
1341
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__MEM_WB/blocking_nonblocking": {
1342
- "status": "compile_error"
1343
  },
1344
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__MEM_WB/missing_reset": {
1345
- "status": "compile_error"
1346
  },
1347
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__PC/blocking_nonblocking": {
1348
- "status": "compile_error"
1349
  },
1350
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__PC/case_swap": {
1351
- "status": "compile_error"
1352
  },
1353
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__PC/missing_reset": {
1354
- "status": "compile_error"
1355
  },
1356
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__PC_Adderr/missing_else_latch": {
1357
- "status": "compile_error"
1358
  },
1359
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__PC_Adderr/missing_enable": {
1360
- "status": "compile_error"
1361
  },
1362
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__RF/blocking_nonblocking": {
1363
- "status": "compile_error"
1364
  },
1365
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__RF/missing_enable": {
1366
- "status": "compile_error"
1367
  },
1368
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__RF/missing_reset": {
1369
- "status": "compile_error"
1370
  },
1371
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__RF/operator_typo": {
1372
- "status": "compile_error"
1373
  },
1374
- "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__RISCV_CPU/operator_typo": {
1375
- "status": "compile_error"
1376
  },
1377
- "thejefflarson_little-cpu/littlecpu__accessor/blocking_nonblocking": {
1378
- "status": "waveform_identical"
1379
  },
1380
- "thejefflarson_little-cpu/littlecpu__accessor/case_swap": {
1381
- "status": "waveform_identical"
1382
  },
1383
- "thejefflarson_little-cpu/littlecpu__decoder/blocking_nonblocking": {
1384
- "status": "sim_ok"
1385
  },
1386
- "thejefflarson_little-cpu/littlecpu__decoder/case_swap": {
1387
- "status": "waveform_identical"
1388
  },
1389
- "thejefflarson_little-cpu/littlecpu__executor/blocking_nonblocking": {
1390
- "status": "waveform_identical"
1391
  },
1392
- "thejefflarson_little-cpu/littlecpu__executor/case_swap": {
1393
- "status": "waveform_identical"
1394
  },
1395
- "thejefflarson_little-cpu/littlecpu__regfile/blocking_nonblocking": {
1396
- "status": "sim_ok"
1397
  },
1398
  "MohamedHussein27_AMPA_APB4_Protocol/APB_Wrapper__APB_Master/inverted_condition": {
1399
  "status": "sim_ok"
@@ -1476,6 +1190,27 @@
1476
  "OrsuVenkataKrishnaiah1235_RTL-Coding/srff__srff/operator_typo": {
1477
  "status": "waveform_identical"
1478
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1479
  "Weiyet_RTLStructLib/doubly_linked_list__doubly_linked_list/inverted_condition": {
1480
  "status": "sim_ok"
1481
  },
@@ -1623,24 +1358,240 @@
1623
  "Weiyet_RTLStructLib/singly_linked_list__singly_linked_list/wrong_bitwidth": {
1624
  "status": "waveform_identical"
1625
  },
1626
- "aditeyabaral_DDCO-Lab-UE18CS207/alu__lib/operator_typo": {
1627
  "status": "waveform_identical"
1628
  },
1629
- "aditeyabaral_DDCO-Lab-UE18CS207/fa4__lib/operator_typo": {
1630
- "status": "waveform_identical"
1631
  },
1632
- "aditeyabaral_DDCO-Lab-UE18CS207/mproc_mem__lib/operator_typo": {
1633
  "status": "waveform_identical"
1634
  },
1635
- "aditeyabaral_DDCO-Lab-UE18CS207/mproc_mem__mproc_mem/wrong_bitwidth": {
1636
  "status": "waveform_identical"
1637
  },
1638
- "aditeyabaral_DDCO-Lab-UE18CS207/pc__lib/operator_typo": {
1639
- "status": "waveform_identical"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1640
  },
1641
  "aditeyabaral_DDCO-Lab-UE18CS207/reg_alu__lib/operator_typo": {
1642
  "status": "waveform_identical"
1643
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1644
  "apfaudio_eurorack-pmod/ak4619__ak4619/case_swap": {
1645
  "status": "sim_ok"
1646
  },
@@ -1734,6 +1685,78 @@
1734
  "apfaudio_eurorack-pmod/vca__vca/wrong_bitwidth": {
1735
  "status": "sim_ok"
1736
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1737
  "defano_digital-design/uart__rx/inverted_condition": {
1738
  "status": "sim_ok"
1739
  },
@@ -1773,193 +1796,568 @@
1773
  "defano_digital-design/uart__uart/missing_reset": {
1774
  "status": "timeout"
1775
  },
1776
- "defano_digital-design/uart__uart/operator_typo": {
1777
- "status": "sim_ok"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1778
  },
1779
- "defano_digital-design/uart__uart/unconnected_port": {
1780
- "status": "sim_ok"
1781
  },
1782
- "defano_digital-design/uart__uart/wrong_bitwidth": {
1783
- "status": "timeout"
1784
  },
1785
- "meiniKi_RV32I_SC_Logisim/mcu__d_ledbar/inverted_condition": {
1786
  "status": "waveform_identical"
1787
  },
1788
- "meiniKi_RV32I_SC_Logisim/mcu__d_ledbar/missing_enable": {
1789
  "status": "waveform_identical"
1790
  },
1791
- "meiniKi_RV32I_SC_Logisim/mcu__d_ledbar/missing_reset": {
1792
  "status": "waveform_identical"
1793
  },
1794
- "meiniKi_RV32I_SC_Logisim/mcu__d_ledbar/operator_typo": {
1795
  "status": "waveform_identical"
1796
  },
1797
- "meiniKi_RV32I_SC_Logisim/mcu__d_ledbar/wrong_bitwidth": {
1798
  "status": "waveform_identical"
1799
  },
1800
- "meiniKi_RV32I_SC_Logisim/mcu__mcu/missing_reset": {
1801
  "status": "waveform_identical"
1802
  },
1803
- "meiniKi_RV32I_SC_Logisim/mcu__mcu/operator_typo": {
1804
- "status": "waveform_identical"
1805
  },
1806
- "meiniKi_RV32I_SC_Logisim/mcu__mcu/unconnected_port": {
1807
- "status": "waveform_identical"
1808
  },
1809
- "meiniKi_RV32I_SC_Logisim/mcu__mcu/wrong_bitwidth": {
1810
- "status": "waveform_identical"
1811
  },
1812
- "meiniKi_RV32I_SC_Logisim/mcu__ram/concat_swap": {
 
 
 
1813
  "status": "waveform_identical"
1814
  },
1815
- "meiniKi_RV32I_SC_Logisim/mcu__ram/inverted_condition": {
1816
  "status": "waveform_identical"
1817
  },
1818
- "meiniKi_RV32I_SC_Logisim/mcu__ram/missing_enable": {
1819
  "status": "waveform_identical"
1820
  },
1821
- "meiniKi_RV32I_SC_Logisim/mcu__ram/operator_typo": {
 
 
 
1822
  "status": "waveform_identical"
1823
  },
1824
- "meiniKi_RV32I_SC_Logisim/mcu__ram/unconnected_port": {
1825
  "status": "waveform_identical"
1826
  },
1827
- "meiniKi_RV32I_SC_Logisim/mcu__ram/wrong_bitwidth": {
1828
  "status": "sim_ok"
1829
  },
1830
- "meiniKi_RV32I_SC_Logisim/mcu__ram_byte/inverted_condition": {
1831
  "status": "waveform_identical"
1832
  },
1833
- "meiniKi_RV32I_SC_Logisim/mcu__ram_byte/missing_enable": {
1834
  "status": "waveform_identical"
1835
  },
1836
- "meiniKi_RV32I_SC_Logisim/mcu__ram_byte/wrong_bitwidth": {
1837
  "status": "waveform_identical"
1838
  },
1839
- "meiniKi_RV32I_SC_Logisim/mcu__rv32i/concat_swap": {
1840
  "status": "waveform_identical"
1841
  },
1842
- "meiniKi_RV32I_SC_Logisim/mcu__rv32i/missing_reset": {
1843
  "status": "waveform_identical"
1844
  },
1845
- "meiniKi_RV32I_SC_Logisim/mcu__rv32i/operator_typo": {
1846
  "status": "waveform_identical"
1847
  },
1848
- "meiniKi_RV32I_SC_Logisim/mcu__rv32i/unconnected_port": {
1849
  "status": "waveform_identical"
1850
  },
1851
- "meiniKi_RV32I_SC_Logisim/mcu__rv32i/wrong_bitwidth": {
 
 
 
1852
  "status": "waveform_identical"
1853
  },
1854
- "meiniKi_RV32I_SC_Logisim/mcu__rv32i_alu/concat_swap": {
1855
  "status": "waveform_identical"
1856
  },
1857
- "meiniKi_RV32I_SC_Logisim/mcu__rv32i_alu/operator_typo": {
1858
  "status": "waveform_identical"
1859
  },
1860
- "meiniKi_RV32I_SC_Logisim/mcu__rv32i_aludec/operator_typo": {
1861
  "status": "waveform_identical"
1862
  },
1863
- "meiniKi_RV32I_SC_Logisim/mcu__rv32i_imm/concat_swap": {
1864
  "status": "waveform_identical"
1865
  },
1866
- "meiniKi_RV32I_SC_Logisim/mcu__rv32i_indec/concat_swap": {
1867
  "status": "waveform_identical"
1868
  },
1869
- "meiniKi_RV32I_SC_Logisim/mcu__rv32i_indec/operator_typo": {
1870
  "status": "waveform_identical"
1871
  },
1872
- "meiniKi_RV32I_SC_Logisim/mcu__rv32i_indec/unconnected_port": {
1873
  "status": "waveform_identical"
1874
  },
1875
- "meiniKi_RV32I_SC_Logisim/mcu__rv32i_lsu/concat_swap": {
1876
  "status": "waveform_identical"
1877
  },
1878
- "meiniKi_RV32I_SC_Logisim/mcu__rv32i_lsu/operator_typo": {
1879
  "status": "waveform_identical"
1880
  },
1881
- "meiniKi_RV32I_SC_Logisim/mcu__rv32i_regbank/missing_reset": {
1882
  "status": "waveform_identical"
1883
  },
1884
- "meiniKi_RV32I_SC_Logisim/mcu__rv32i_regbank/operator_typo": {
1885
  "status": "waveform_identical"
1886
  },
1887
- "meiniKi_RV32I_SC_Logisim/mcu__rv32i_regbank/wrong_bitwidth": {
1888
  "status": "waveform_identical"
1889
  },
1890
- "meiniKi_RV32I_SC_Logisim/mcu__rv32i_regfile/operator_typo": {
1891
  "status": "waveform_identical"
1892
  },
1893
- "meiniKi_RV32I_SC_Logisim/mcu__rv32i_regfile/unconnected_port": {
 
 
 
1894
  "status": "waveform_identical"
1895
  },
1896
- "meiniKi_RV32I_SC_Logisim/mcu__sc_bus/operator_typo": {
1897
  "status": "waveform_identical"
1898
  },
1899
- "mnmhdanas_Router-1-x-3-/router_fifo__router_fifo/concat_swap": {
1900
  "status": "sim_ok"
1901
  },
1902
- "mnmhdanas_Router-1-x-3-/router_fifo__router_fifo/inverted_condition": {
1903
  "status": "sim_ok"
1904
  },
1905
- "mnmhdanas_Router-1-x-3-/router_fifo__router_fifo/missing_enable": {
1906
  "status": "sim_ok"
1907
  },
1908
- "mnmhdanas_Router-1-x-3-/router_fifo__router_fifo/missing_reset": {
1909
  "status": "sim_ok"
1910
  },
1911
- "mnmhdanas_Router-1-x-3-/router_fifo__router_fifo/operator_typo": {
 
 
 
 
 
 
 
 
 
1912
  "status": "waveform_identical"
1913
  },
1914
- "mnmhdanas_Router-1-x-3-/router_fifo__router_fifo/wrong_bitwidth": {
 
 
 
1915
  "status": "waveform_identical"
1916
  },
1917
- "mnmhdanas_Router-1-x-3-/router_fsm__router_fsm/inverted_condition": {
 
 
 
1918
  "status": "sim_ok"
1919
  },
1920
- "mnmhdanas_Router-1-x-3-/router_fsm__router_fsm/missing_reset": {
1921
  "status": "sim_ok"
1922
  },
1923
- "mnmhdanas_Router-1-x-3-/router_fsm__router_fsm/operator_typo": {
1924
  "status": "waveform_identical"
1925
  },
1926
- "mnmhdanas_Router-1-x-3-/router_fsm__router_fsm/state_transition": {
1927
  "status": "waveform_identical"
1928
  },
1929
- "mnmhdanas_Router-1-x-3-/router_reg__router_reg/inverted_condition": {
1930
  "status": "waveform_identical"
1931
  },
1932
- "mnmhdanas_Router-1-x-3-/router_reg__router_reg/missing_enable": {
1933
- "status": "waveform_identical"
1934
  },
1935
- "mnmhdanas_Router-1-x-3-/router_reg__router_reg/missing_reset": {
1936
  "status": "sim_ok"
1937
  },
1938
- "mnmhdanas_Router-1-x-3-/router_reg__router_reg/operator_typo": {
1939
  "status": "sim_ok"
1940
  },
1941
- "mnmhdanas_Router-1-x-3-/router_reg__router_reg/wrong_bitwidth": {
1942
  "status": "sim_ok"
1943
  },
1944
- "mnmhdanas_Router-1-x-3-/router_sync__router_sync/case_swap": {
1945
- "status": "waveform_identical"
1946
  },
1947
- "mnmhdanas_Router-1-x-3-/router_sync__router_sync/inverted_condition": {
1948
- "status": "waveform_identical"
1949
  },
1950
- "mnmhdanas_Router-1-x-3-/router_sync__router_sync/missing_enable": {
1951
- "status": "waveform_identical"
1952
  },
1953
- "mnmhdanas_Router-1-x-3-/router_sync__router_sync/missing_reset": {
1954
- "status": "waveform_identical"
1955
  },
1956
- "mnmhdanas_Router-1-x-3-/router_sync__router_sync/operator_typo": {
1957
- "status": "waveform_identical"
1958
  },
1959
- "mnmhdanas_Router-1-x-3-/router_sync__router_sync/wrong_bitwidth": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1960
  "status": "waveform_identical"
1961
  },
1962
- "mnmhdanas_Router-1-x-3-/router_top__router_top/unconnected_port": {
 
 
 
 
 
 
1963
  "status": "sim_ok"
1964
  },
1965
  "thedatabusdotio_fpga-ml-accelerator/acclerator__accelerator/unconnected_port": {
@@ -2306,11 +2704,6 @@
2306
  }
2307
  },
2308
  "bug_types_attempted": {
2309
- "Vaibhav-Gunthe_Verilog-Projects": [
2310
- "blocking_nonblocking",
2311
- "case_swap",
2312
- "concat_swap"
2313
- ],
2314
  "Varunkumar0610_RISC-V-32I-5-stage-Pipeline-Core": [
2315
  "blocking_nonblocking",
2316
  "case_swap",
@@ -2416,7 +2809,7 @@
2416
  "width_bit_cutoff",
2417
  "wrong_bitwidth"
2418
  ],
2419
- "akira2963753_Pipelined-RV32-SoC": [
2420
  "blocking_nonblocking",
2421
  "case_swap",
2422
  "concat_swap",
@@ -2433,7 +2826,7 @@
2433
  "width_bit_cutoff",
2434
  "wrong_bitwidth"
2435
  ],
2436
- "fcayci_sv-digital-design": [
2437
  "blocking_nonblocking",
2438
  "case_swap",
2439
  "concat_swap",
@@ -2450,7 +2843,17 @@
2450
  "width_bit_cutoff",
2451
  "wrong_bitwidth"
2452
  ],
2453
- "Fraunhofer-IMS_airisc_core_complex": [
 
 
 
 
 
 
 
 
 
 
2454
  "blocking_nonblocking",
2455
  "case_swap",
2456
  "concat_swap",
@@ -2467,7 +2870,7 @@
2467
  "width_bit_cutoff",
2468
  "wrong_bitwidth"
2469
  ],
2470
- "nimanaqavi_Verilog-MathFunctions": [
2471
  "blocking_nonblocking",
2472
  "case_swap",
2473
  "concat_swap",
@@ -2484,105 +2887,88 @@
2484
  "width_bit_cutoff",
2485
  "wrong_bitwidth"
2486
  ],
2487
- "scarv_xcrypto": [
2488
- "blocking_nonblocking",
2489
  "case_swap",
2490
  "concat_swap",
2491
  "delayed_signal",
2492
  "inverted_condition",
2493
- "missing_else_latch",
2494
  "missing_enable",
2495
  "missing_reset",
2496
  "off_by_one_counter",
2497
  "operator_typo",
2498
- "signal_typo",
2499
  "state_transition",
2500
  "unconnected_port",
2501
  "width_bit_cutoff",
2502
  "wrong_bitwidth"
2503
  ],
2504
- "JN513_Risco-5": [
2505
- "blocking_nonblocking",
2506
  "case_swap",
2507
  "concat_swap",
2508
- "delayed_signal",
2509
  "inverted_condition",
2510
- "missing_else_latch",
2511
  "missing_enable",
2512
  "missing_reset",
2513
  "off_by_one_counter",
2514
  "operator_typo",
2515
- "signal_typo",
2516
  "state_transition",
2517
  "unconnected_port",
2518
  "width_bit_cutoff",
2519
  "wrong_bitwidth"
2520
  ],
2521
- "accomdemy_accomdemy_rv32i": [
2522
- "blocking_nonblocking",
2523
  "case_swap",
2524
  "concat_swap",
2525
- "delayed_signal",
2526
  "inverted_condition",
2527
- "missing_else_latch",
2528
  "missing_enable",
2529
  "missing_reset",
2530
  "off_by_one_counter",
2531
  "operator_typo",
2532
- "signal_typo",
2533
  "state_transition",
2534
  "unconnected_port",
2535
  "width_bit_cutoff",
2536
  "wrong_bitwidth"
2537
  ],
2538
- "chili-chips-ba_wireguard-fpga": [
2539
- "blocking_nonblocking",
 
2540
  "inverted_condition",
2541
- "missing_else_latch",
2542
  "missing_reset",
 
2543
  "operator_typo",
2544
- "signal_typo",
2545
  "unconnected_port",
 
2546
  "wrong_bitwidth"
2547
  ],
2548
- "shahsaumya00_Floating-Point-Adder": [
2549
- "blocking_nonblocking",
2550
  "case_swap",
2551
  "concat_swap",
2552
- "delayed_signal",
2553
  "inverted_condition",
2554
- "missing_else_latch",
2555
  "missing_enable",
2556
  "missing_reset",
2557
  "off_by_one_counter",
2558
  "operator_typo",
2559
- "signal_typo",
2560
  "state_transition",
2561
  "unconnected_port",
2562
  "width_bit_cutoff",
2563
  "wrong_bitwidth"
2564
  ],
2565
- "Mr-Bossman_KISC-V": [
2566
- "blocking_nonblocking",
2567
  "case_swap",
2568
  "concat_swap",
2569
- "delayed_signal",
2570
  "inverted_condition",
2571
- "missing_else_latch",
2572
  "missing_enable",
2573
  "missing_reset",
2574
  "off_by_one_counter",
2575
  "operator_typo",
2576
- "signal_typo",
2577
  "state_transition",
2578
  "unconnected_port",
2579
  "width_bit_cutoff",
2580
  "wrong_bitwidth"
2581
  ],
2582
- "apfaudio_eurorack-pmod": [
2583
  "case_swap",
2584
  "concat_swap",
2585
- "delayed_signal",
2586
  "inverted_condition",
2587
  "missing_enable",
2588
  "missing_reset",
@@ -2593,7 +2979,7 @@
2593
  "width_bit_cutoff",
2594
  "wrong_bitwidth"
2595
  ],
2596
- "ttchisholm_10g-low-latency-ethernet": [
2597
  "case_swap",
2598
  "concat_swap",
2599
  "inverted_condition",
@@ -2606,7 +2992,7 @@
2606
  "width_bit_cutoff",
2607
  "wrong_bitwidth"
2608
  ],
2609
- "Weiyet_RTLStructLib": [
2610
  "case_swap",
2611
  "concat_swap",
2612
  "inverted_condition",
@@ -2619,7 +3005,7 @@
2619
  "width_bit_cutoff",
2620
  "wrong_bitwidth"
2621
  ],
2622
- "zhangxin6_iverilog_testbench": [
2623
  "case_swap",
2624
  "concat_swap",
2625
  "inverted_condition",
@@ -2632,7 +3018,7 @@
2632
  "width_bit_cutoff",
2633
  "wrong_bitwidth"
2634
  ],
2635
- "OrsuVenkataKrishnaiah1235_RTL-Coding": [
2636
  "case_swap",
2637
  "concat_swap",
2638
  "inverted_condition",
@@ -2645,7 +3031,7 @@
2645
  "width_bit_cutoff",
2646
  "wrong_bitwidth"
2647
  ],
2648
- "thedatabusdotio_fpga-ml-accelerator": [
2649
  "case_swap",
2650
  "concat_swap",
2651
  "inverted_condition",
@@ -2658,7 +3044,7 @@
2658
  "width_bit_cutoff",
2659
  "wrong_bitwidth"
2660
  ],
2661
- "aditeyabaral_DDCO-Lab-UE18CS207": [
2662
  "case_swap",
2663
  "concat_swap",
2664
  "inverted_condition",
@@ -2671,7 +3057,7 @@
2671
  "width_bit_cutoff",
2672
  "wrong_bitwidth"
2673
  ],
2674
- "mnmhdanas_Router-1-x-3-": [
2675
  "case_swap",
2676
  "concat_swap",
2677
  "inverted_condition",
@@ -2684,7 +3070,7 @@
2684
  "width_bit_cutoff",
2685
  "wrong_bitwidth"
2686
  ],
2687
- "meiniKi_RV32I_SC_Logisim": [
2688
  "case_swap",
2689
  "concat_swap",
2690
  "inverted_condition",
@@ -2697,7 +3083,7 @@
2697
  "width_bit_cutoff",
2698
  "wrong_bitwidth"
2699
  ],
2700
- "defano_digital-design": [
2701
  "case_swap",
2702
  "concat_swap",
2703
  "inverted_condition",
@@ -2710,7 +3096,7 @@
2710
  "width_bit_cutoff",
2711
  "wrong_bitwidth"
2712
  ],
2713
- "MohamedHussein27_AMPA_APB4_Protocol": [
2714
  "case_swap",
2715
  "concat_swap",
2716
  "inverted_condition",
@@ -2723,7 +3109,59 @@
2723
  "width_bit_cutoff",
2724
  "wrong_bitwidth"
2725
  ],
2726
- "MohamedHussein27_SPI_Slave_With_Single_Port_Memory": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2727
  "case_swap",
2728
  "concat_swap",
2729
  "inverted_condition",
 
1
  {
2
  "version": 2,
3
+ "generated_at": "2026-04-05T06:13:41.879376+00:00",
4
  "entries": {
 
 
 
5
  "chili-chips-ba_wireguard-fpga/led_test__led_test/blocking_nonblocking": {
6
  "status": "sim_ok",
7
  "examples_count": 0
 
359
  "mnmhdanas_UART-protocol/UARTtb__transmitter/unconnected_port": {
360
  "status": "sim_ok"
361
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
362
  "Fraunhofer-IMS_airisc_core_complex/airi5c_spi__airi5c_spi/case_swap": {
363
  "status": "llm_failed"
364
  },
 
545
  "meiniKi_FazyRV/fazyrv_top__fazyrv_rf/missing_reset": {
546
  "status": "sim_failed"
547
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
548
  "Mr-Bossman_KISC-V/AXI4Lite_translator__axi/blocking_nonblocking": {
549
  "status": "waveform_identical"
550
  },
 
872
  "Varunkumar0610_RISC-V-32I-5-stage-Pipeline-Core/Pipeline_top__Writeback_Cycle/unconnected_port": {
873
  "status": "sim_ok"
874
  },
875
+ "thejefflarson_little-cpu/littlecpu__accessor/blocking_nonblocking": {
876
  "status": "waveform_identical"
877
  },
878
+ "thejefflarson_little-cpu/littlecpu__accessor/case_swap": {
879
  "status": "waveform_identical"
880
  },
881
+ "thejefflarson_little-cpu/littlecpu__decoder/blocking_nonblocking": {
882
+ "status": "sim_ok"
883
  },
884
+ "thejefflarson_little-cpu/littlecpu__decoder/case_swap": {
885
  "status": "waveform_identical"
886
  },
887
+ "thejefflarson_little-cpu/littlecpu__executor/blocking_nonblocking": {
888
  "status": "waveform_identical"
889
  },
890
+ "thejefflarson_little-cpu/littlecpu__executor/case_swap": {
891
  "status": "waveform_identical"
892
  },
893
+ "thejefflarson_little-cpu/littlecpu__regfile/blocking_nonblocking": {
894
+ "status": "sim_ok"
895
  },
896
+ "0thbit_CRC_parallel/crc__CRC/operator_typo": {
897
+ "status": "sim_ok"
898
  },
899
+ "Abdelrahman1810_SPI_Slave_with_Single_Port_RAM/SPI__SPI/concat_swap": {
900
+ "status": "sim_ok"
901
  },
902
+ "Abdelrahman1810_SPI_Slave_with_Single_Port_RAM/SPI__SPI/inverted_condition": {
903
+ "status": "sim_ok"
904
  },
905
+ "Abdelrahman1810_SPI_Slave_with_Single_Port_RAM/SPI__SPI/missing_enable": {
906
  "status": "waveform_identical"
907
  },
908
+ "Abdelrahman1810_SPI_Slave_with_Single_Port_RAM/SPI__SPI/missing_reset": {
909
  "status": "waveform_identical"
910
  },
911
+ "Abdelrahman1810_SPI_Slave_with_Single_Port_RAM/SPI__SPI/off_by_one_counter": {
912
+ "status": "sim_ok"
913
  },
914
+ "Abdelrahman1810_SPI_Slave_with_Single_Port_RAM/SPI__SPI/operator_typo": {
915
+ "status": "sim_ok"
916
  },
917
+ "Abdelrahman1810_SPI_Slave_with_Single_Port_RAM/SPI__SPI/state_transition": {
918
  "status": "waveform_identical"
919
  },
920
+ "Abdelrahman1810_SPI_Slave_with_Single_Port_RAM/SPI__SPI/wrong_bitwidth": {
921
+ "status": "sim_ok"
922
  },
923
+ "Abdelrahman1810_SPI_Slave_with_Single_Port_RAM/instantiation__RAM/inverted_condition": {
924
+ "status": "sim_ok"
925
  },
926
+ "Abdelrahman1810_SPI_Slave_with_Single_Port_RAM/instantiation__RAM/missing_enable": {
927
+ "status": "sim_ok"
928
  },
929
+ "Abdelrahman1810_SPI_Slave_with_Single_Port_RAM/instantiation__RAM/missing_reset": {
930
+ "status": "sim_ok"
931
  },
932
+ "Abdelrahman1810_SPI_Slave_with_Single_Port_RAM/instantiation__RAM/operator_typo": {
933
+ "status": "sim_ok"
934
+ },
935
+ "Abdelrahman1810_SPI_Slave_with_Single_Port_RAM/instantiation__RAM/wrong_bitwidth": {
936
+ "status": "sim_ok"
937
+ },
938
+ "Abdelrahman1810_SPI_Slave_with_Single_Port_RAM/instantiation__instantiation/unconnected_port": {
939
+ "status": "sim_ok"
940
+ },
941
+ "JN513_Risco-5/ClkDivider__clk_divider/inverted_condition": {
942
  "status": "waveform_identical"
943
  },
944
+ "JN513_Risco-5/ClkDivider__clk_divider/missing_enable": {
945
  "status": "waveform_identical"
946
  },
947
+ "JN513_Risco-5/ClkDivider__clk_divider/missing_reset": {
948
  "status": "waveform_identical"
949
  },
950
+ "JN513_Risco-5/ClkDivider__clk_divider/operator_typo": {
951
+ "status": "waveform_identical"
952
  },
953
+ "JN513_Risco-5/ClkDivider__clk_divider/wrong_bitwidth": {
954
  "status": "waveform_identical"
955
  },
956
+ "JN513_Risco-5/Core__alu/case_swap": {
957
+ "status": "sim_failed"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
958
  },
959
+ "JN513_Risco-5/Core__alu/operator_typo": {
960
+ "status": "sim_failed"
961
  },
962
+ "JN513_Risco-5/Core__alu_control/case_swap": {
963
+ "status": "sim_failed"
964
  },
965
+ "JN513_Risco-5/Core__alu_control/inverted_condition": {
966
+ "status": "sim_failed"
967
  },
968
+ "JN513_Risco-5/Core__alu_control/operator_typo": {
969
+ "status": "sim_failed"
970
  },
971
+ "JN513_Risco-5/Core__bus/operator_typo": {
972
+ "status": "sim_failed"
973
  },
974
+ "JN513_Risco-5/Core__control_unit/case_swap": {
975
+ "status": "sim_failed"
976
  },
977
+ "JN513_Risco-5/Core__control_unit/inverted_condition": {
978
+ "status": "sim_failed"
979
  },
980
+ "JN513_Risco-5/Core__control_unit/missing_enable": {
981
+ "status": "sim_failed"
982
  },
983
+ "JN513_Risco-5/Core__control_unit/missing_reset": {
984
+ "status": "sim_failed"
985
  },
986
+ "JN513_Risco-5/Core__control_unit/operator_typo": {
987
+ "status": "sim_failed"
988
  },
989
+ "JN513_Risco-5/Core__control_unit/state_transition": {
990
+ "status": "sim_failed"
991
  },
992
+ "JN513_Risco-5/Core__control_unit/wrong_bitwidth": {
993
+ "status": "sim_failed"
994
  },
995
+ "JN513_Risco-5/Core__core/inverted_condition": {
996
+ "status": "sim_failed"
997
  },
998
+ "JN513_Risco-5/Core__core/missing_enable": {
999
+ "status": "sim_failed"
1000
  },
1001
+ "JN513_Risco-5/Core__core/missing_reset": {
1002
+ "status": "sim_failed"
1003
  },
1004
+ "JN513_Risco-5/Core__core/operator_typo": {
1005
+ "status": "sim_failed"
1006
  },
1007
+ "JN513_Risco-5/Core__core/unconnected_port": {
1008
+ "status": "sim_failed"
1009
  },
1010
+ "JN513_Risco-5/Core__core/wrong_bitwidth": {
1011
+ "status": "sim_failed"
1012
  },
1013
+ "JN513_Risco-5/Core__csr_unit/case_swap": {
1014
+ "status": "sim_failed"
1015
  },
1016
+ "JN513_Risco-5/Core__csr_unit/concat_swap": {
1017
+ "status": "sim_failed"
1018
  },
1019
+ "JN513_Risco-5/Core__csr_unit/inverted_condition": {
1020
+ "status": "sim_failed"
1021
  },
1022
+ "JN513_Risco-5/Core__csr_unit/missing_enable": {
1023
+ "status": "sim_failed"
1024
  },
1025
+ "JN513_Risco-5/Core__csr_unit/missing_reset": {
1026
+ "status": "sim_failed"
1027
  },
1028
+ "JN513_Risco-5/Core__csr_unit/operator_typo": {
1029
+ "status": "sim_failed"
1030
  },
1031
+ "JN513_Risco-5/Core__csr_unit/wrong_bitwidth": {
1032
+ "status": "sim_failed"
1033
  },
1034
+ "JN513_Risco-5/Core__immediate_generator/case_swap": {
1035
+ "status": "sim_failed"
1036
  },
1037
+ "JN513_Risco-5/Core__immediate_generator/concat_swap": {
1038
+ "status": "sim_failed"
1039
  },
1040
+ "JN513_Risco-5/Core__leds/missing_enable": {
1041
+ "status": "sim_failed"
1042
  },
1043
+ "JN513_Risco-5/Core__leds/missing_reset": {
1044
+ "status": "sim_failed"
1045
  },
1046
+ "JN513_Risco-5/Core__leds/operator_typo": {
1047
+ "status": "sim_failed"
1048
  },
1049
+ "JN513_Risco-5/Core__leds/wrong_bitwidth": {
1050
+ "status": "sim_failed"
1051
  },
1052
+ "JN513_Risco-5/Core__mdu/inverted_condition": {
1053
+ "status": "sim_failed"
1054
  },
1055
+ "JN513_Risco-5/Core__mdu/missing_enable": {
1056
+ "status": "sim_failed"
1057
  },
1058
+ "JN513_Risco-5/Core__mdu/missing_reset": {
1059
+ "status": "sim_failed"
1060
  },
1061
+ "JN513_Risco-5/Core__mdu/operator_typo": {
1062
+ "status": "sim_failed"
1063
  },
1064
+ "JN513_Risco-5/Core__mdu/state_transition": {
1065
+ "status": "sim_failed"
1066
  },
1067
+ "JN513_Risco-5/Core__mdu/wrong_bitwidth": {
1068
+ "status": "sim_failed"
1069
  },
1070
+ "JN513_Risco-5/Core__memory/case_swap": {
1071
+ "status": "sim_failed"
1072
  },
1073
+ "JN513_Risco-5/Core__memory/concat_swap": {
1074
+ "status": "sim_failed"
1075
  },
1076
+ "JN513_Risco-5/Core__memory/inverted_condition": {
1077
+ "status": "sim_failed"
1078
  },
1079
+ "JN513_Risco-5/Core__memory/missing_enable": {
1080
+ "status": "sim_failed"
1081
  },
1082
+ "JN513_Risco-5/Core__memory/operator_typo": {
1083
+ "status": "sim_failed"
1084
  },
1085
+ "JN513_Risco-5/Core__memory/wrong_bitwidth": {
1086
+ "status": "sim_failed"
1087
  },
1088
+ "JN513_Risco-5/Core__mux/case_swap": {
1089
+ "status": "sim_failed"
1090
  },
1091
+ "JN513_Risco-5/Core__pc/missing_enable": {
1092
+ "status": "sim_failed"
1093
  },
1094
+ "JN513_Risco-5/Core__pc/missing_reset": {
1095
+ "status": "sim_failed"
1096
  },
1097
+ "JN513_Risco-5/Core__pc/operator_typo": {
1098
+ "status": "sim_failed"
1099
  },
1100
+ "JN513_Risco-5/Core__registers/missing_enable": {
1101
+ "status": "sim_failed"
1102
  },
1103
+ "JN513_Risco-5/Core__registers/missing_reset": {
1104
+ "status": "sim_failed"
1105
  },
1106
+ "JN513_Risco-5/Core__registers/operator_typo": {
1107
+ "status": "sim_failed"
1108
  },
1109
+ "JN513_Risco-5/Core__registers/wrong_bitwidth": {
1110
+ "status": "sim_failed"
1111
  },
1112
  "MohamedHussein27_AMPA_APB4_Protocol/APB_Wrapper__APB_Master/inverted_condition": {
1113
  "status": "sim_ok"
 
1190
  "OrsuVenkataKrishnaiah1235_RTL-Coding/srff__srff/operator_typo": {
1191
  "status": "waveform_identical"
1192
  },
1193
+ "Vaibhav-Gunthe_Verilog-Projects/D_ff_synchronous_reset__d_ff_synchronous_reset/missing_reset": {
1194
+ "status": "waveform_identical"
1195
+ },
1196
+ "Vaibhav-Gunthe_Verilog-Projects/alu_8bit__8bit-ALU/case_swap": {
1197
+ "status": "sim_ok"
1198
+ },
1199
+ "Vaibhav-Gunthe_Verilog-Projects/alu_8bit__8bit-ALU/concat_swap": {
1200
+ "status": "sim_ok"
1201
+ },
1202
+ "Vaibhav-Gunthe_Verilog-Projects/alu_8bit__8bit-ALU/operator_typo": {
1203
+ "status": "sim_ok"
1204
+ },
1205
+ "Vaibhav-Gunthe_Verilog-Projects/barrel_shifter_8bit__8bit-Barrel_Shifter/operator_typo": {
1206
+ "status": "sim_ok"
1207
+ },
1208
+ "Vaibhav-Gunthe_Verilog-Projects/encoder4x2__encoder4x2/operator_typo": {
1209
+ "status": "sim_ok"
1210
+ },
1211
+ "Vaibhav-Gunthe_Verilog-Projects/twin_reg_8bit__twin_reg_8bit/missing_reset": {
1212
+ "status": "sim_ok"
1213
+ },
1214
  "Weiyet_RTLStructLib/doubly_linked_list__doubly_linked_list/inverted_condition": {
1215
  "status": "sim_ok"
1216
  },
 
1358
  "Weiyet_RTLStructLib/singly_linked_list__singly_linked_list/wrong_bitwidth": {
1359
  "status": "waveform_identical"
1360
  },
1361
+ "accomdemy_accomdemy_rv32i/cpu__MUX4to1_32bit/case_swap": {
1362
  "status": "waveform_identical"
1363
  },
1364
+ "accomdemy_accomdemy_rv32i/cpu__alu/case_swap": {
1365
+ "status": "sim_ok"
1366
  },
1367
+ "accomdemy_accomdemy_rv32i/cpu__alu/operator_typo": {
1368
  "status": "waveform_identical"
1369
  },
1370
+ "accomdemy_accomdemy_rv32i/cpu__branch/case_swap": {
1371
  "status": "waveform_identical"
1372
  },
1373
+ "accomdemy_accomdemy_rv32i/cpu__branch/missing_enable": {
1374
+ "status": "sim_ok"
1375
+ },
1376
+ "accomdemy_accomdemy_rv32i/cpu__branch/operator_typo": {
1377
+ "status": "waveform_identical"
1378
+ },
1379
+ "accomdemy_accomdemy_rv32i/cpu__cpu/unconnected_port": {
1380
+ "status": "waveform_identical"
1381
+ },
1382
+ "accomdemy_accomdemy_rv32i/cpu__decoder/case_swap": {
1383
+ "status": "waveform_identical"
1384
+ },
1385
+ "accomdemy_accomdemy_rv32i/cpu__decoder/concat_swap": {
1386
+ "status": "waveform_identical"
1387
+ },
1388
+ "accomdemy_accomdemy_rv32i/cpu__dm_control/case_swap": {
1389
+ "status": "waveform_identical"
1390
+ },
1391
+ "accomdemy_accomdemy_rv32i/cpu__dm_control/concat_swap": {
1392
+ "status": "waveform_identical"
1393
+ },
1394
+ "accomdemy_accomdemy_rv32i/cpu__dm_control/inverted_condition": {
1395
+ "status": "waveform_identical"
1396
+ },
1397
+ "accomdemy_accomdemy_rv32i/cpu__dm_control/missing_enable": {
1398
+ "status": "waveform_identical"
1399
+ },
1400
+ "accomdemy_accomdemy_rv32i/cpu__dm_control/unconnected_port": {
1401
+ "status": "waveform_identical"
1402
+ },
1403
+ "accomdemy_accomdemy_rv32i/cpu__dm_control/wrong_bitwidth": {
1404
+ "status": "waveform_identical"
1405
+ },
1406
+ "accomdemy_accomdemy_rv32i/cpu__instr_memory/concat_swap": {
1407
+ "status": "sim_ok"
1408
+ },
1409
+ "accomdemy_accomdemy_rv32i/cpu__instr_memory/wrong_bitwidth": {
1410
+ "status": "waveform_identical"
1411
+ },
1412
+ "accomdemy_accomdemy_rv32i/cpu__pc/missing_enable": {
1413
+ "status": "sim_ok"
1414
+ },
1415
+ "accomdemy_accomdemy_rv32i/cpu__pc/missing_reset": {
1416
+ "status": "sim_ok"
1417
+ },
1418
+ "accomdemy_accomdemy_rv32i/cpu__pc/operator_typo": {
1419
+ "status": "sim_ok"
1420
+ },
1421
+ "accomdemy_accomdemy_rv32i/cpu__regfile/inverted_condition": {
1422
+ "status": "waveform_identical"
1423
+ },
1424
+ "accomdemy_accomdemy_rv32i/cpu__regfile/missing_enable": {
1425
+ "status": "waveform_identical"
1426
+ },
1427
+ "accomdemy_accomdemy_rv32i/cpu__regfile/operator_typo": {
1428
+ "status": "waveform_identical"
1429
+ },
1430
+ "accomdemy_accomdemy_rv32i/cpu__regfile/wrong_bitwidth": {
1431
+ "status": "waveform_identical"
1432
+ },
1433
+ "aditeyabaral_DDCO-Lab-UE18CS207/alu__lib/operator_typo": {
1434
+ "status": "waveform_identical"
1435
+ },
1436
+ "aditeyabaral_DDCO-Lab-UE18CS207/fa4__lib/operator_typo": {
1437
+ "status": "waveform_identical"
1438
+ },
1439
+ "aditeyabaral_DDCO-Lab-UE18CS207/mproc_mem__lib/operator_typo": {
1440
+ "status": "waveform_identical"
1441
+ },
1442
+ "aditeyabaral_DDCO-Lab-UE18CS207/mproc_mem__mproc_mem/wrong_bitwidth": {
1443
+ "status": "waveform_identical"
1444
+ },
1445
+ "aditeyabaral_DDCO-Lab-UE18CS207/pc__lib/operator_typo": {
1446
+ "status": "waveform_identical"
1447
  },
1448
  "aditeyabaral_DDCO-Lab-UE18CS207/reg_alu__lib/operator_typo": {
1449
  "status": "waveform_identical"
1450
  },
1451
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__ALU/case_swap": {
1452
+ "status": "waveform_identical"
1453
+ },
1454
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__ALU/concat_swap": {
1455
+ "status": "waveform_identical"
1456
+ },
1457
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__ALU/operator_typo": {
1458
+ "status": "waveform_identical"
1459
+ },
1460
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__ALU/wrong_bitwidth": {
1461
+ "status": "waveform_identical"
1462
+ },
1463
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__ALU_Control/case_swap": {
1464
+ "status": "sim_ok"
1465
+ },
1466
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__BHT/missing_reset": {
1467
+ "status": "sim_ok"
1468
+ },
1469
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__BHT/operator_typo": {
1470
+ "status": "waveform_identical"
1471
+ },
1472
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__BPU/case_swap": {
1473
+ "status": "waveform_identical"
1474
+ },
1475
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__BTB/missing_enable": {
1476
+ "status": "sim_ok"
1477
+ },
1478
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__BTB/missing_reset": {
1479
+ "status": "waveform_identical"
1480
+ },
1481
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__BTB/wrong_bitwidth": {
1482
+ "status": "waveform_identical"
1483
+ },
1484
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__CSR/case_swap": {
1485
+ "status": "waveform_identical"
1486
+ },
1487
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__CSR/missing_enable": {
1488
+ "status": "waveform_identical"
1489
+ },
1490
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__CSR/missing_reset": {
1491
+ "status": "waveform_identical"
1492
+ },
1493
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__CSR/operator_typo": {
1494
+ "status": "waveform_identical"
1495
+ },
1496
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__CSR/wrong_bitwidth": {
1497
+ "status": "waveform_identical"
1498
+ },
1499
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__Control/case_swap": {
1500
+ "status": "waveform_identical"
1501
+ },
1502
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__Control/inverted_condition": {
1503
+ "status": "waveform_identical"
1504
+ },
1505
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__Control/operator_typo": {
1506
+ "status": "waveform_identical"
1507
+ },
1508
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__Control/width_bit_cutoff": {
1509
+ "status": "waveform_identical"
1510
+ },
1511
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__D_Mem/concat_swap": {
1512
+ "status": "waveform_identical"
1513
+ },
1514
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__D_Mem/inverted_condition": {
1515
+ "status": "waveform_identical"
1516
+ },
1517
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__D_Mem/missing_enable": {
1518
+ "status": "waveform_identical"
1519
+ },
1520
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__D_Mem/wrong_bitwidth": {
1521
+ "status": "sim_ok"
1522
+ },
1523
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__EX_MEM/missing_reset": {
1524
+ "status": "sim_ok"
1525
+ },
1526
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__Forwarding_Unit/inverted_condition": {
1527
+ "status": "waveform_identical"
1528
+ },
1529
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__Forwarding_Unit/operator_typo": {
1530
+ "status": "waveform_identical"
1531
+ },
1532
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__Hazard_Unit/operator_typo": {
1533
+ "status": "waveform_identical"
1534
+ },
1535
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__ID_EX/missing_reset": {
1536
+ "status": "sim_ok"
1537
+ },
1538
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__IF_ID/missing_enable": {
1539
+ "status": "waveform_identical"
1540
+ },
1541
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__IF_ID/missing_reset": {
1542
+ "status": "sim_ok"
1543
+ },
1544
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__I_Mem/concat_swap": {
1545
+ "status": "waveform_identical"
1546
+ },
1547
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__I_Mem/wrong_bitwidth": {
1548
+ "status": "sim_ok"
1549
+ },
1550
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__ImmGen/case_swap": {
1551
+ "status": "waveform_identical"
1552
+ },
1553
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__ImmGen/concat_swap": {
1554
+ "status": "waveform_identical"
1555
+ },
1556
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__LDU/case_swap": {
1557
+ "status": "waveform_identical"
1558
+ },
1559
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__LDU/concat_swap": {
1560
+ "status": "waveform_identical"
1561
+ },
1562
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__MEM_WB/missing_reset": {
1563
+ "status": "sim_ok"
1564
+ },
1565
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__PC/case_swap": {
1566
+ "status": "waveform_identical"
1567
+ },
1568
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__PC/missing_reset": {
1569
+ "status": "sim_ok"
1570
+ },
1571
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__PC_Adderr/missing_enable": {
1572
+ "status": "waveform_identical"
1573
+ },
1574
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__RF/missing_enable": {
1575
+ "status": "waveform_identical"
1576
+ },
1577
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__RF/missing_reset": {
1578
+ "status": "waveform_identical"
1579
+ },
1580
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__RF/operator_typo": {
1581
+ "status": "waveform_identical"
1582
+ },
1583
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__RF/wrong_bitwidth": {
1584
+ "status": "sim_ok"
1585
+ },
1586
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__RISCV_CPU/operator_typo": {
1587
+ "status": "sim_ok"
1588
+ },
1589
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__RISCV_CPU/unconnected_port": {
1590
+ "status": "sim_ok"
1591
+ },
1592
+ "akira2963753_Pipelined-RV32-SoC/RISCV_CPU__RISCV_CPU/width_bit_cutoff": {
1593
+ "status": "waveform_identical"
1594
+ },
1595
  "apfaudio_eurorack-pmod/ak4619__ak4619/case_swap": {
1596
  "status": "sim_ok"
1597
  },
 
1685
  "apfaudio_eurorack-pmod/vca__vca/wrong_bitwidth": {
1686
  "status": "sim_ok"
1687
  },
1688
+ "daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/spi_top__spi_clgen/concat_swap": {
1689
+ "status": "sim_ok"
1690
+ },
1691
+ "daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/spi_top__spi_clgen/inverted_condition": {
1692
+ "status": "sim_ok"
1693
+ },
1694
+ "daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/spi_top__spi_clgen/missing_enable": {
1695
+ "status": "sim_ok"
1696
+ },
1697
+ "daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/spi_top__spi_clgen/missing_reset": {
1698
+ "status": "sim_ok"
1699
+ },
1700
+ "daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/spi_top__spi_clgen/operator_typo": {
1701
+ "status": "sim_ok"
1702
+ },
1703
+ "daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/spi_top__spi_shift_reg/concat_swap": {
1704
+ "status": "waveform_identical"
1705
+ },
1706
+ "daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/spi_top__spi_shift_reg/inverted_condition": {
1707
+ "status": "sim_ok"
1708
+ },
1709
+ "daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/spi_top__spi_shift_reg/missing_enable": {
1710
+ "status": "waveform_identical"
1711
+ },
1712
+ "daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/spi_top__spi_shift_reg/missing_reset": {
1713
+ "status": "sim_ok"
1714
+ },
1715
+ "daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/spi_top__spi_shift_reg/operator_typo": {
1716
+ "status": "waveform_identical"
1717
+ },
1718
+ "daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/spi_top__spi_shift_reg/wrong_bitwidth": {
1719
+ "status": "sim_ok"
1720
+ },
1721
+ "daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/spi_top__spi_slave/concat_swap": {
1722
+ "status": "waveform_identical"
1723
+ },
1724
+ "daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/spi_top__spi_slave/inverted_condition": {
1725
+ "status": "waveform_identical"
1726
+ },
1727
+ "daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/spi_top__spi_slave/missing_enable": {
1728
+ "status": "waveform_identical"
1729
+ },
1730
+ "daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/spi_top__spi_slave/operator_typo": {
1731
+ "status": "sim_ok"
1732
+ },
1733
+ "daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/spi_top__spi_slave/wrong_bitwidth": {
1734
+ "status": "waveform_identical"
1735
+ },
1736
+ "daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/spi_top__spi_top/case_swap": {
1737
+ "status": "sim_ok"
1738
+ },
1739
+ "daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/spi_top__spi_top/concat_swap": {
1740
+ "status": "waveform_identical"
1741
+ },
1742
+ "daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/spi_top__spi_top/inverted_condition": {
1743
+ "status": "sim_ok"
1744
+ },
1745
+ "daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/spi_top__spi_top/missing_enable": {
1746
+ "status": "sim_ok"
1747
+ },
1748
+ "daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/spi_top__spi_top/missing_reset": {
1749
+ "status": "sim_ok"
1750
+ },
1751
+ "daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/spi_top__spi_top/operator_typo": {
1752
+ "status": "waveform_identical"
1753
+ },
1754
+ "daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/spi_top__spi_top/wrong_bitwidth": {
1755
+ "status": "sim_ok"
1756
+ },
1757
+ "daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/spi_top__wishbone_master/missing_reset": {
1758
+ "status": "waveform_identical"
1759
+ },
1760
  "defano_digital-design/uart__rx/inverted_condition": {
1761
  "status": "sim_ok"
1762
  },
 
1796
  "defano_digital-design/uart__uart/missing_reset": {
1797
  "status": "timeout"
1798
  },
1799
+ "defano_digital-design/uart__uart/operator_typo": {
1800
+ "status": "sim_ok"
1801
+ },
1802
+ "defano_digital-design/uart__uart/unconnected_port": {
1803
+ "status": "sim_ok"
1804
+ },
1805
+ "defano_digital-design/uart__uart/wrong_bitwidth": {
1806
+ "status": "timeout"
1807
+ },
1808
+ "meiniKi_RV32I_SC_Logisim/mcu__d_ledbar/inverted_condition": {
1809
+ "status": "waveform_identical"
1810
+ },
1811
+ "meiniKi_RV32I_SC_Logisim/mcu__d_ledbar/missing_enable": {
1812
+ "status": "waveform_identical"
1813
+ },
1814
+ "meiniKi_RV32I_SC_Logisim/mcu__d_ledbar/missing_reset": {
1815
+ "status": "waveform_identical"
1816
+ },
1817
+ "meiniKi_RV32I_SC_Logisim/mcu__d_ledbar/operator_typo": {
1818
+ "status": "waveform_identical"
1819
+ },
1820
+ "meiniKi_RV32I_SC_Logisim/mcu__d_ledbar/wrong_bitwidth": {
1821
+ "status": "waveform_identical"
1822
+ },
1823
+ "meiniKi_RV32I_SC_Logisim/mcu__mcu/missing_reset": {
1824
+ "status": "waveform_identical"
1825
+ },
1826
+ "meiniKi_RV32I_SC_Logisim/mcu__mcu/operator_typo": {
1827
+ "status": "waveform_identical"
1828
+ },
1829
+ "meiniKi_RV32I_SC_Logisim/mcu__mcu/unconnected_port": {
1830
+ "status": "waveform_identical"
1831
+ },
1832
+ "meiniKi_RV32I_SC_Logisim/mcu__mcu/wrong_bitwidth": {
1833
+ "status": "waveform_identical"
1834
+ },
1835
+ "meiniKi_RV32I_SC_Logisim/mcu__ram/concat_swap": {
1836
+ "status": "waveform_identical"
1837
+ },
1838
+ "meiniKi_RV32I_SC_Logisim/mcu__ram/inverted_condition": {
1839
+ "status": "waveform_identical"
1840
+ },
1841
+ "meiniKi_RV32I_SC_Logisim/mcu__ram/missing_enable": {
1842
+ "status": "waveform_identical"
1843
+ },
1844
+ "meiniKi_RV32I_SC_Logisim/mcu__ram/operator_typo": {
1845
+ "status": "waveform_identical"
1846
+ },
1847
+ "meiniKi_RV32I_SC_Logisim/mcu__ram/unconnected_port": {
1848
+ "status": "waveform_identical"
1849
+ },
1850
+ "meiniKi_RV32I_SC_Logisim/mcu__ram/wrong_bitwidth": {
1851
+ "status": "sim_ok"
1852
+ },
1853
+ "meiniKi_RV32I_SC_Logisim/mcu__ram_byte/inverted_condition": {
1854
+ "status": "waveform_identical"
1855
+ },
1856
+ "meiniKi_RV32I_SC_Logisim/mcu__ram_byte/missing_enable": {
1857
+ "status": "waveform_identical"
1858
+ },
1859
+ "meiniKi_RV32I_SC_Logisim/mcu__ram_byte/wrong_bitwidth": {
1860
+ "status": "waveform_identical"
1861
+ },
1862
+ "meiniKi_RV32I_SC_Logisim/mcu__rv32i/concat_swap": {
1863
+ "status": "waveform_identical"
1864
+ },
1865
+ "meiniKi_RV32I_SC_Logisim/mcu__rv32i/missing_reset": {
1866
+ "status": "waveform_identical"
1867
+ },
1868
+ "meiniKi_RV32I_SC_Logisim/mcu__rv32i/operator_typo": {
1869
+ "status": "waveform_identical"
1870
+ },
1871
+ "meiniKi_RV32I_SC_Logisim/mcu__rv32i/unconnected_port": {
1872
+ "status": "waveform_identical"
1873
+ },
1874
+ "meiniKi_RV32I_SC_Logisim/mcu__rv32i/wrong_bitwidth": {
1875
+ "status": "waveform_identical"
1876
+ },
1877
+ "meiniKi_RV32I_SC_Logisim/mcu__rv32i_alu/concat_swap": {
1878
+ "status": "waveform_identical"
1879
+ },
1880
+ "meiniKi_RV32I_SC_Logisim/mcu__rv32i_alu/operator_typo": {
1881
+ "status": "waveform_identical"
1882
+ },
1883
+ "meiniKi_RV32I_SC_Logisim/mcu__rv32i_aludec/operator_typo": {
1884
+ "status": "waveform_identical"
1885
+ },
1886
+ "meiniKi_RV32I_SC_Logisim/mcu__rv32i_imm/concat_swap": {
1887
+ "status": "waveform_identical"
1888
+ },
1889
+ "meiniKi_RV32I_SC_Logisim/mcu__rv32i_indec/concat_swap": {
1890
+ "status": "waveform_identical"
1891
+ },
1892
+ "meiniKi_RV32I_SC_Logisim/mcu__rv32i_indec/operator_typo": {
1893
+ "status": "waveform_identical"
1894
+ },
1895
+ "meiniKi_RV32I_SC_Logisim/mcu__rv32i_indec/unconnected_port": {
1896
+ "status": "waveform_identical"
1897
+ },
1898
+ "meiniKi_RV32I_SC_Logisim/mcu__rv32i_lsu/concat_swap": {
1899
+ "status": "waveform_identical"
1900
+ },
1901
+ "meiniKi_RV32I_SC_Logisim/mcu__rv32i_lsu/operator_typo": {
1902
+ "status": "waveform_identical"
1903
+ },
1904
+ "meiniKi_RV32I_SC_Logisim/mcu__rv32i_regbank/missing_reset": {
1905
+ "status": "waveform_identical"
1906
+ },
1907
+ "meiniKi_RV32I_SC_Logisim/mcu__rv32i_regbank/operator_typo": {
1908
+ "status": "waveform_identical"
1909
+ },
1910
+ "meiniKi_RV32I_SC_Logisim/mcu__rv32i_regbank/wrong_bitwidth": {
1911
+ "status": "waveform_identical"
1912
+ },
1913
+ "meiniKi_RV32I_SC_Logisim/mcu__rv32i_regfile/operator_typo": {
1914
+ "status": "waveform_identical"
1915
+ },
1916
+ "meiniKi_RV32I_SC_Logisim/mcu__rv32i_regfile/unconnected_port": {
1917
+ "status": "waveform_identical"
1918
+ },
1919
+ "meiniKi_RV32I_SC_Logisim/mcu__sc_bus/operator_typo": {
1920
+ "status": "waveform_identical"
1921
+ },
1922
+ "mnmhdanas_Router-1-x-3-/router_fifo__router_fifo/concat_swap": {
1923
+ "status": "sim_ok"
1924
+ },
1925
+ "mnmhdanas_Router-1-x-3-/router_fifo__router_fifo/inverted_condition": {
1926
+ "status": "sim_ok"
1927
+ },
1928
+ "mnmhdanas_Router-1-x-3-/router_fifo__router_fifo/missing_enable": {
1929
+ "status": "sim_ok"
1930
+ },
1931
+ "mnmhdanas_Router-1-x-3-/router_fifo__router_fifo/missing_reset": {
1932
+ "status": "sim_ok"
1933
+ },
1934
+ "mnmhdanas_Router-1-x-3-/router_fifo__router_fifo/operator_typo": {
1935
+ "status": "waveform_identical"
1936
+ },
1937
+ "mnmhdanas_Router-1-x-3-/router_fifo__router_fifo/wrong_bitwidth": {
1938
+ "status": "waveform_identical"
1939
+ },
1940
+ "mnmhdanas_Router-1-x-3-/router_fsm__router_fsm/inverted_condition": {
1941
+ "status": "sim_ok"
1942
+ },
1943
+ "mnmhdanas_Router-1-x-3-/router_fsm__router_fsm/missing_reset": {
1944
+ "status": "sim_ok"
1945
+ },
1946
+ "mnmhdanas_Router-1-x-3-/router_fsm__router_fsm/operator_typo": {
1947
+ "status": "waveform_identical"
1948
+ },
1949
+ "mnmhdanas_Router-1-x-3-/router_fsm__router_fsm/state_transition": {
1950
+ "status": "waveform_identical"
1951
+ },
1952
+ "mnmhdanas_Router-1-x-3-/router_reg__router_reg/inverted_condition": {
1953
+ "status": "waveform_identical"
1954
+ },
1955
+ "mnmhdanas_Router-1-x-3-/router_reg__router_reg/missing_enable": {
1956
+ "status": "waveform_identical"
1957
+ },
1958
+ "mnmhdanas_Router-1-x-3-/router_reg__router_reg/missing_reset": {
1959
+ "status": "sim_ok"
1960
+ },
1961
+ "mnmhdanas_Router-1-x-3-/router_reg__router_reg/operator_typo": {
1962
+ "status": "sim_ok"
1963
+ },
1964
+ "mnmhdanas_Router-1-x-3-/router_reg__router_reg/wrong_bitwidth": {
1965
+ "status": "sim_ok"
1966
+ },
1967
+ "mnmhdanas_Router-1-x-3-/router_sync__router_sync/case_swap": {
1968
+ "status": "waveform_identical"
1969
+ },
1970
+ "mnmhdanas_Router-1-x-3-/router_sync__router_sync/inverted_condition": {
1971
+ "status": "waveform_identical"
1972
+ },
1973
+ "mnmhdanas_Router-1-x-3-/router_sync__router_sync/missing_enable": {
1974
+ "status": "waveform_identical"
1975
+ },
1976
+ "mnmhdanas_Router-1-x-3-/router_sync__router_sync/missing_reset": {
1977
+ "status": "waveform_identical"
1978
+ },
1979
+ "mnmhdanas_Router-1-x-3-/router_sync__router_sync/operator_typo": {
1980
+ "status": "waveform_identical"
1981
+ },
1982
+ "mnmhdanas_Router-1-x-3-/router_sync__router_sync/wrong_bitwidth": {
1983
+ "status": "waveform_identical"
1984
+ },
1985
+ "mnmhdanas_Router-1-x-3-/router_top__router_top/unconnected_port": {
1986
+ "status": "sim_ok"
1987
+ },
1988
+ "nimanaqavi_Verilog-MathFunctions/part_Ln_TOP__Ln_CO/missing_reset": {
1989
+ "status": "waveform_identical"
1990
+ },
1991
+ "nimanaqavi_Verilog-MathFunctions/part_Ln_TOP__Ln_CO/state_transition": {
1992
+ "status": "sim_ok"
1993
+ },
1994
+ "nimanaqavi_Verilog-MathFunctions/part_Ln_TOP__Ln_CO/wrong_bitwidth": {
1995
+ "status": "sim_ok"
1996
+ },
1997
+ "nimanaqavi_Verilog-MathFunctions/part_Ln_TOP__Ln_DP/case_swap": {
1998
+ "status": "sim_ok"
1999
+ },
2000
+ "nimanaqavi_Verilog-MathFunctions/part_Ln_TOP__Ln_DP/concat_swap": {
2001
+ "status": "sim_ok"
2002
+ },
2003
+ "nimanaqavi_Verilog-MathFunctions/part_Ln_TOP__Ln_DP/inverted_condition": {
2004
+ "status": "sim_ok"
2005
+ },
2006
+ "nimanaqavi_Verilog-MathFunctions/part_Ln_TOP__Ln_DP/missing_enable": {
2007
+ "status": "waveform_identical"
2008
+ },
2009
+ "nimanaqavi_Verilog-MathFunctions/part_Ln_TOP__Ln_DP/missing_reset": {
2010
+ "status": "sim_ok"
2011
+ },
2012
+ "nimanaqavi_Verilog-MathFunctions/part_Ln_TOP__Ln_DP/operator_typo": {
2013
+ "status": "sim_ok"
2014
+ },
2015
+ "nimanaqavi_Verilog-MathFunctions/part_Ln_TOP__Ln_DP/wrong_bitwidth": {
2016
+ "status": "sim_ok"
2017
+ },
2018
+ "projf_isle/ch01__ch01/unconnected_port": {
2019
+ "status": "sim_ok"
2020
+ },
2021
+ "projf_isle/ch01__display/case_swap": {
2022
+ "status": "waveform_identical"
2023
+ },
2024
+ "projf_isle/ch01__display/missing_reset": {
2025
+ "status": "sim_ok"
2026
+ },
2027
+ "projf_isle/ch01__display/wrong_bitwidth": {
2028
+ "status": "waveform_identical"
2029
+ },
2030
+ "projf_isle/ch02__canv_disp_agu/inverted_condition": {
2031
+ "status": "sim_ok"
2032
+ },
2033
+ "projf_isle/ch02__canv_disp_agu/missing_reset": {
2034
+ "status": "sim_ok"
2035
+ },
2036
+ "projf_isle/ch02__canv_disp_agu/wrong_bitwidth": {
2037
+ "status": "sim_ok"
2038
+ },
2039
+ "projf_isle/ch02__ch02/case_swap": {
2040
+ "status": "sim_ok"
2041
+ },
2042
+ "projf_isle/ch02__ch02/unconnected_port": {
2043
+ "status": "sim_ok"
2044
+ },
2045
+ "projf_isle/ch02__ch02/wrong_bitwidth": {
2046
+ "status": "waveform_identical"
2047
+ },
2048
+ "projf_isle/ch02__clut/inverted_condition": {
2049
+ "status": "waveform_identical"
2050
+ },
2051
+ "projf_isle/ch02__clut/missing_enable": {
2052
+ "status": "waveform_identical"
2053
+ },
2054
+ "projf_isle/ch02__clut/wrong_bitwidth": {
2055
+ "status": "sim_ok"
2056
+ },
2057
+ "projf_isle/ch02__vram/inverted_condition": {
2058
+ "status": "sim_ok"
2059
+ },
2060
+ "projf_isle/ch02__vram/missing_enable": {
2061
+ "status": "sim_ok"
2062
+ },
2063
+ "projf_isle/ch02__vram/wrong_bitwidth": {
2064
+ "status": "sim_ok"
2065
+ },
2066
+ "projf_isle/ch04__ch04/concat_swap": {
2067
+ "status": "sim_ok"
2068
+ },
2069
+ "projf_isle/ch04__ch04/unconnected_port": {
2070
+ "status": "sim_ok"
2071
+ },
2072
+ "projf_isle/ch04__ch04/wrong_bitwidth": {
2073
+ "status": "sim_ok"
2074
+ },
2075
+ "projf_isle/ch04__font_glyph/case_swap": {
2076
+ "status": "waveform_identical"
2077
+ },
2078
+ "projf_isle/ch04__font_glyph/unconnected_port": {
2079
+ "status": "sim_ok"
2080
+ },
2081
+ "projf_isle/ch04__font_glyph/wrong_bitwidth": {
2082
+ "status": "sim_ok"
2083
+ },
2084
+ "projf_isle/ch04__textmode/inverted_condition": {
2085
+ "status": "sim_ok"
2086
+ },
2087
+ "projf_isle/ch04__textmode/missing_reset": {
2088
+ "status": "waveform_identical"
2089
+ },
2090
+ "projf_isle/ch04__textmode/off_by_one_counter": {
2091
+ "status": "waveform_identical"
2092
+ },
2093
+ "projf_isle/ch04__textmode/state_transition": {
2094
+ "status": "sim_ok"
2095
+ },
2096
+ "projf_isle/ch04__textmode/unconnected_port": {
2097
+ "status": "sim_ok"
2098
+ },
2099
+ "projf_isle/ch04__textmode/wrong_bitwidth": {
2100
+ "status": "sim_ok"
2101
+ },
2102
+ "projf_isle/ch04__tram/inverted_condition": {
2103
+ "status": "sim_ok"
2104
+ },
2105
+ "projf_isle/ch04__tram/missing_enable": {
2106
+ "status": "sim_ok"
2107
+ },
2108
+ "projf_isle/ch05__FemtoRV32/case_swap": {
2109
+ "status": "llm_failed"
2110
+ },
2111
+ "projf_isle/ch05__FemtoRV32/concat_swap": {
2112
+ "status": "llm_failed"
2113
+ },
2114
+ "projf_isle/ch05__FemtoRV32/inverted_condition": {
2115
+ "status": "llm_failed"
2116
+ },
2117
+ "projf_isle/ch05__FemtoRV32/missing_enable": {
2118
+ "status": "llm_failed"
2119
+ },
2120
+ "projf_isle/ch05__FemtoRV32/missing_reset": {
2121
+ "status": "llm_failed"
2122
+ },
2123
+ "projf_isle/ch05__FemtoRV32/state_transition": {
2124
+ "status": "llm_failed"
2125
  },
2126
+ "projf_isle/ch05__FemtoRV32/wrong_bitwidth": {
2127
+ "status": "llm_failed"
2128
  },
2129
+ "projf_isle/ch05__ch05/case_swap": {
2130
+ "status": "sim_ok"
2131
  },
2132
+ "projf_isle/ch05__ch05/concat_swap": {
2133
  "status": "waveform_identical"
2134
  },
2135
+ "projf_isle/ch05__ch05/inverted_condition": {
2136
  "status": "waveform_identical"
2137
  },
2138
+ "projf_isle/ch05__ch05/missing_enable": {
2139
  "status": "waveform_identical"
2140
  },
2141
+ "projf_isle/ch05__ch05/missing_reset": {
2142
  "status": "waveform_identical"
2143
  },
2144
+ "projf_isle/ch05__ch05/unconnected_port": {
2145
  "status": "waveform_identical"
2146
  },
2147
+ "projf_isle/ch05__ch05/wrong_bitwidth": {
2148
  "status": "waveform_identical"
2149
  },
2150
+ "projf_isle/ch05__sysram/inverted_condition": {
2151
+ "status": "sim_ok"
2152
  },
2153
+ "projf_isle/ch05__sysram/missing_enable": {
2154
+ "status": "sim_ok"
2155
  },
2156
+ "projf_isle/ch05__xd/concat_swap": {
2157
+ "status": "sim_ok"
2158
  },
2159
+ "projf_isle/ch05__xd/wrong_bitwidth": {
2160
+ "status": "sim_ok"
2161
+ },
2162
+ "projf_isle/ch06__ch06/case_swap": {
2163
  "status": "waveform_identical"
2164
  },
2165
+ "projf_isle/ch06__ch06/concat_swap": {
2166
  "status": "waveform_identical"
2167
  },
2168
+ "projf_isle/ch06__ch06/unconnected_port": {
2169
  "status": "waveform_identical"
2170
  },
2171
+ "projf_isle/ch06__ch06/wrong_bitwidth": {
2172
+ "status": "sim_ok"
2173
+ },
2174
+ "projf_isle/ch06__fifo_sync/inverted_condition": {
2175
  "status": "waveform_identical"
2176
  },
2177
+ "projf_isle/ch06__fifo_sync/missing_enable": {
2178
  "status": "waveform_identical"
2179
  },
2180
+ "projf_isle/ch06__fifo_sync/missing_reset": {
2181
  "status": "sim_ok"
2182
  },
2183
+ "projf_isle/ch06__fifo_sync/wrong_bitwidth": {
2184
  "status": "waveform_identical"
2185
  },
2186
+ "projf_isle/ch06__gfx_dev/case_swap": {
2187
  "status": "waveform_identical"
2188
  },
2189
+ "projf_isle/ch06__gfx_dev/concat_swap": {
2190
  "status": "waveform_identical"
2191
  },
2192
+ "projf_isle/ch06__gfx_dev/inverted_condition": {
2193
  "status": "waveform_identical"
2194
  },
2195
+ "projf_isle/ch06__gfx_dev/missing_enable": {
2196
  "status": "waveform_identical"
2197
  },
2198
+ "projf_isle/ch06__gfx_dev/missing_reset": {
2199
  "status": "waveform_identical"
2200
  },
2201
+ "projf_isle/ch06__lfsr/missing_enable": {
2202
  "status": "waveform_identical"
2203
  },
2204
+ "projf_isle/ch06__lfsr/missing_reset": {
2205
+ "status": "sim_ok"
2206
+ },
2207
+ "projf_isle/ch06__sys_dev/case_swap": {
2208
  "status": "waveform_identical"
2209
  },
2210
+ "projf_isle/ch06__sys_dev/inverted_condition": {
2211
  "status": "waveform_identical"
2212
  },
2213
+ "projf_isle/ch06__sys_dev/missing_enable": {
2214
  "status": "waveform_identical"
2215
  },
2216
+ "projf_isle/ch06__sys_dev/missing_reset": {
2217
  "status": "waveform_identical"
2218
  },
2219
+ "projf_isle/ch06__sys_dev/unconnected_port": {
2220
  "status": "waveform_identical"
2221
  },
2222
+ "projf_isle/ch06__sys_dev/wrong_bitwidth": {
2223
  "status": "waveform_identical"
2224
  },
2225
+ "projf_isle/ch06__uart_dev/case_swap": {
2226
  "status": "waveform_identical"
2227
  },
2228
+ "projf_isle/ch06__uart_dev/concat_swap": {
2229
  "status": "waveform_identical"
2230
  },
2231
+ "projf_isle/ch06__uart_dev/inverted_condition": {
2232
  "status": "waveform_identical"
2233
  },
2234
+ "projf_isle/ch06__uart_dev/missing_enable": {
2235
  "status": "waveform_identical"
2236
  },
2237
+ "projf_isle/ch06__uart_dev/missing_reset": {
2238
  "status": "waveform_identical"
2239
  },
2240
+ "projf_isle/ch06__uart_dev/unconnected_port": {
2241
  "status": "waveform_identical"
2242
  },
2243
+ "projf_isle/ch06__uart_rx/inverted_condition": {
2244
  "status": "waveform_identical"
2245
  },
2246
+ "projf_isle/ch06__uart_rx/missing_enable": {
2247
  "status": "waveform_identical"
2248
  },
2249
+ "projf_isle/ch06__uart_rx/missing_reset": {
2250
+ "status": "sim_ok"
2251
+ },
2252
+ "projf_isle/ch06__uart_rx/state_transition": {
2253
  "status": "waveform_identical"
2254
  },
2255
+ "projf_isle/ch06__uart_rx/wrong_bitwidth": {
2256
  "status": "waveform_identical"
2257
  },
2258
+ "projf_isle/uart_tx__uart_tx/inverted_condition": {
2259
  "status": "sim_ok"
2260
  },
2261
+ "projf_isle/uart_tx__uart_tx/missing_enable": {
2262
  "status": "sim_ok"
2263
  },
2264
+ "projf_isle/uart_tx__uart_tx/missing_reset": {
2265
  "status": "sim_ok"
2266
  },
2267
+ "projf_isle/uart_tx__uart_tx/state_transition": {
2268
  "status": "sim_ok"
2269
  },
2270
+ "projf_isle/uart_tx__uart_tx/wrong_bitwidth": {
2271
+ "status": "sim_ok"
2272
+ },
2273
+ "scarv_xcrypto/p_mul__p_addsub/operator_typo": {
2274
+ "status": "sim_ok"
2275
+ },
2276
+ "scarv_xcrypto/p_mul__p_mul/concat_swap": {
2277
+ "status": "sim_ok"
2278
+ },
2279
+ "scarv_xcrypto/p_mul__p_mul/inverted_condition": {
2280
  "status": "waveform_identical"
2281
  },
2282
+ "scarv_xcrypto/p_mul__p_mul/missing_enable": {
2283
+ "status": "sim_ok"
2284
+ },
2285
+ "scarv_xcrypto/p_mul__p_mul/missing_reset": {
2286
  "status": "waveform_identical"
2287
  },
2288
+ "scarv_xcrypto/p_mul__p_mul/operator_typo": {
2289
+ "status": "waveform_identical"
2290
+ },
2291
+ "scarv_xcrypto/p_mul__p_mul/unconnected_port": {
2292
  "status": "sim_ok"
2293
  },
2294
+ "scarv_xcrypto/p_mul__p_mul/wrong_bitwidth": {
2295
  "status": "sim_ok"
2296
  },
2297
+ "scarv_xcrypto/p_mul__p_shfrot/concat_swap": {
2298
  "status": "waveform_identical"
2299
  },
2300
+ "scarv_xcrypto/p_mul__p_shfrot/operator_typo": {
2301
  "status": "waveform_identical"
2302
  },
2303
+ "scarv_xcrypto/xc_malu__xc_malu/inverted_condition": {
2304
  "status": "waveform_identical"
2305
  },
2306
+ "scarv_xcrypto/xc_malu__xc_malu/missing_enable": {
2307
+ "status": "sim_ok"
2308
  },
2309
+ "scarv_xcrypto/xc_malu__xc_malu/missing_reset": {
2310
  "status": "sim_ok"
2311
  },
2312
+ "scarv_xcrypto/xc_malu__xc_malu/operator_typo": {
2313
  "status": "sim_ok"
2314
  },
2315
+ "scarv_xcrypto/xc_malu__xc_malu/state_transition": {
2316
  "status": "sim_ok"
2317
  },
2318
+ "scarv_xcrypto/xc_malu__xc_malu/unconnected_port": {
2319
+ "status": "sim_ok"
2320
  },
2321
+ "scarv_xcrypto/xc_malu__xc_malu/wrong_bitwidth": {
2322
+ "status": "sim_ok"
2323
  },
2324
+ "scarv_xcrypto/xc_malu__xc_malu_divrem/concat_swap": {
2325
+ "status": "sim_ok"
2326
  },
2327
+ "scarv_xcrypto/xc_malu__xc_malu_divrem/inverted_condition": {
2328
+ "status": "sim_ok"
2329
  },
2330
+ "scarv_xcrypto/xc_malu__xc_malu_divrem/missing_enable": {
2331
+ "status": "sim_ok"
2332
  },
2333
+ "scarv_xcrypto/xc_malu__xc_malu_divrem/missing_reset": {
2334
+ "status": "sim_ok"
2335
+ },
2336
+ "scarv_xcrypto/xc_malu__xc_malu_divrem/operator_typo": {
2337
+ "status": "sim_ok"
2338
+ },
2339
+ "scarv_xcrypto/xc_malu__xc_malu_long/concat_swap": {
2340
+ "status": "sim_ok"
2341
+ },
2342
+ "scarv_xcrypto/xc_malu__xc_malu_long/operator_typo": {
2343
+ "status": "sim_ok"
2344
+ },
2345
+ "scarv_xcrypto/xc_malu__xc_malu_mul/concat_swap": {
2346
+ "status": "sim_ok"
2347
+ },
2348
+ "scarv_xcrypto/xc_malu__xc_malu_mul/operator_typo": {
2349
+ "status": "sim_ok"
2350
+ },
2351
+ "scarv_xcrypto/xc_malu__xc_malu_muldivrem/operator_typo": {
2352
  "status": "waveform_identical"
2353
  },
2354
+ "scarv_xcrypto/xc_malu__xc_malu_muldivrem/unconnected_port": {
2355
+ "status": "sim_ok"
2356
+ },
2357
+ "scarv_xcrypto/xc_malu__xc_malu_pmul/concat_swap": {
2358
+ "status": "sim_ok"
2359
+ },
2360
+ "scarv_xcrypto/xc_malu__xc_malu_pmul/operator_typo": {
2361
  "status": "sim_ok"
2362
  },
2363
  "thedatabusdotio_fpga-ml-accelerator/acclerator__accelerator/unconnected_port": {
 
2704
  }
2705
  },
2706
  "bug_types_attempted": {
 
 
 
 
 
2707
  "Varunkumar0610_RISC-V-32I-5-stage-Pipeline-Core": [
2708
  "blocking_nonblocking",
2709
  "case_swap",
 
2809
  "width_bit_cutoff",
2810
  "wrong_bitwidth"
2811
  ],
2812
+ "fcayci_sv-digital-design": [
2813
  "blocking_nonblocking",
2814
  "case_swap",
2815
  "concat_swap",
 
2826
  "width_bit_cutoff",
2827
  "wrong_bitwidth"
2828
  ],
2829
+ "Fraunhofer-IMS_airisc_core_complex": [
2830
  "blocking_nonblocking",
2831
  "case_swap",
2832
  "concat_swap",
 
2843
  "width_bit_cutoff",
2844
  "wrong_bitwidth"
2845
  ],
2846
+ "chili-chips-ba_wireguard-fpga": [
2847
+ "blocking_nonblocking",
2848
+ "inverted_condition",
2849
+ "missing_else_latch",
2850
+ "missing_reset",
2851
+ "operator_typo",
2852
+ "signal_typo",
2853
+ "unconnected_port",
2854
+ "wrong_bitwidth"
2855
+ ],
2856
+ "shahsaumya00_Floating-Point-Adder": [
2857
  "blocking_nonblocking",
2858
  "case_swap",
2859
  "concat_swap",
 
2870
  "width_bit_cutoff",
2871
  "wrong_bitwidth"
2872
  ],
2873
+ "Mr-Bossman_KISC-V": [
2874
  "blocking_nonblocking",
2875
  "case_swap",
2876
  "concat_swap",
 
2887
  "width_bit_cutoff",
2888
  "wrong_bitwidth"
2889
  ],
2890
+ "apfaudio_eurorack-pmod": [
 
2891
  "case_swap",
2892
  "concat_swap",
2893
  "delayed_signal",
2894
  "inverted_condition",
 
2895
  "missing_enable",
2896
  "missing_reset",
2897
  "off_by_one_counter",
2898
  "operator_typo",
 
2899
  "state_transition",
2900
  "unconnected_port",
2901
  "width_bit_cutoff",
2902
  "wrong_bitwidth"
2903
  ],
2904
+ "ttchisholm_10g-low-latency-ethernet": [
 
2905
  "case_swap",
2906
  "concat_swap",
 
2907
  "inverted_condition",
 
2908
  "missing_enable",
2909
  "missing_reset",
2910
  "off_by_one_counter",
2911
  "operator_typo",
 
2912
  "state_transition",
2913
  "unconnected_port",
2914
  "width_bit_cutoff",
2915
  "wrong_bitwidth"
2916
  ],
2917
+ "Weiyet_RTLStructLib": [
 
2918
  "case_swap",
2919
  "concat_swap",
 
2920
  "inverted_condition",
 
2921
  "missing_enable",
2922
  "missing_reset",
2923
  "off_by_one_counter",
2924
  "operator_typo",
 
2925
  "state_transition",
2926
  "unconnected_port",
2927
  "width_bit_cutoff",
2928
  "wrong_bitwidth"
2929
  ],
2930
+ "zhangxin6_iverilog_testbench": [
2931
+ "case_swap",
2932
+ "concat_swap",
2933
  "inverted_condition",
2934
+ "missing_enable",
2935
  "missing_reset",
2936
+ "off_by_one_counter",
2937
  "operator_typo",
2938
+ "state_transition",
2939
  "unconnected_port",
2940
+ "width_bit_cutoff",
2941
  "wrong_bitwidth"
2942
  ],
2943
+ "OrsuVenkataKrishnaiah1235_RTL-Coding": [
 
2944
  "case_swap",
2945
  "concat_swap",
 
2946
  "inverted_condition",
 
2947
  "missing_enable",
2948
  "missing_reset",
2949
  "off_by_one_counter",
2950
  "operator_typo",
 
2951
  "state_transition",
2952
  "unconnected_port",
2953
  "width_bit_cutoff",
2954
  "wrong_bitwidth"
2955
  ],
2956
+ "thedatabusdotio_fpga-ml-accelerator": [
 
2957
  "case_swap",
2958
  "concat_swap",
 
2959
  "inverted_condition",
 
2960
  "missing_enable",
2961
  "missing_reset",
2962
  "off_by_one_counter",
2963
  "operator_typo",
 
2964
  "state_transition",
2965
  "unconnected_port",
2966
  "width_bit_cutoff",
2967
  "wrong_bitwidth"
2968
  ],
2969
+ "aditeyabaral_DDCO-Lab-UE18CS207": [
2970
  "case_swap",
2971
  "concat_swap",
 
2972
  "inverted_condition",
2973
  "missing_enable",
2974
  "missing_reset",
 
2979
  "width_bit_cutoff",
2980
  "wrong_bitwidth"
2981
  ],
2982
+ "mnmhdanas_Router-1-x-3-": [
2983
  "case_swap",
2984
  "concat_swap",
2985
  "inverted_condition",
 
2992
  "width_bit_cutoff",
2993
  "wrong_bitwidth"
2994
  ],
2995
+ "meiniKi_RV32I_SC_Logisim": [
2996
  "case_swap",
2997
  "concat_swap",
2998
  "inverted_condition",
 
3005
  "width_bit_cutoff",
3006
  "wrong_bitwidth"
3007
  ],
3008
+ "defano_digital-design": [
3009
  "case_swap",
3010
  "concat_swap",
3011
  "inverted_condition",
 
3018
  "width_bit_cutoff",
3019
  "wrong_bitwidth"
3020
  ],
3021
+ "MohamedHussein27_AMPA_APB4_Protocol": [
3022
  "case_swap",
3023
  "concat_swap",
3024
  "inverted_condition",
 
3031
  "width_bit_cutoff",
3032
  "wrong_bitwidth"
3033
  ],
3034
+ "MohamedHussein27_SPI_Slave_With_Single_Port_Memory": [
3035
  "case_swap",
3036
  "concat_swap",
3037
  "inverted_condition",
 
3044
  "width_bit_cutoff",
3045
  "wrong_bitwidth"
3046
  ],
3047
+ "Vaibhav-Gunthe_Verilog-Projects": [
3048
  "case_swap",
3049
  "concat_swap",
3050
  "inverted_condition",
 
3057
  "width_bit_cutoff",
3058
  "wrong_bitwidth"
3059
  ],
3060
+ "nimanaqavi_Verilog-MathFunctions": [
3061
  "case_swap",
3062
  "concat_swap",
3063
  "inverted_condition",
 
3070
  "width_bit_cutoff",
3071
  "wrong_bitwidth"
3072
  ],
3073
+ "scarv_xcrypto": [
3074
  "case_swap",
3075
  "concat_swap",
3076
  "inverted_condition",
 
3083
  "width_bit_cutoff",
3084
  "wrong_bitwidth"
3085
  ],
3086
+ "projf_isle": [
3087
  "case_swap",
3088
  "concat_swap",
3089
  "inverted_condition",
 
3096
  "width_bit_cutoff",
3097
  "wrong_bitwidth"
3098
  ],
3099
+ "accomdemy_accomdemy_rv32i": [
3100
  "case_swap",
3101
  "concat_swap",
3102
  "inverted_condition",
 
3109
  "width_bit_cutoff",
3110
  "wrong_bitwidth"
3111
  ],
3112
+ "JN513_Risco-5": [
3113
+ "case_swap",
3114
+ "concat_swap",
3115
+ "inverted_condition",
3116
+ "missing_enable",
3117
+ "missing_reset",
3118
+ "off_by_one_counter",
3119
+ "operator_typo",
3120
+ "state_transition",
3121
+ "unconnected_port",
3122
+ "width_bit_cutoff",
3123
+ "wrong_bitwidth"
3124
+ ],
3125
+ "akira2963753_Pipelined-RV32-SoC": [
3126
+ "case_swap",
3127
+ "concat_swap",
3128
+ "inverted_condition",
3129
+ "missing_enable",
3130
+ "missing_reset",
3131
+ "off_by_one_counter",
3132
+ "operator_typo",
3133
+ "state_transition",
3134
+ "unconnected_port",
3135
+ "width_bit_cutoff",
3136
+ "wrong_bitwidth"
3137
+ ],
3138
+ "daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules": [
3139
+ "case_swap",
3140
+ "concat_swap",
3141
+ "inverted_condition",
3142
+ "missing_enable",
3143
+ "missing_reset",
3144
+ "off_by_one_counter",
3145
+ "operator_typo",
3146
+ "state_transition",
3147
+ "unconnected_port",
3148
+ "width_bit_cutoff",
3149
+ "wrong_bitwidth"
3150
+ ],
3151
+ "Abdelrahman1810_SPI_Slave_with_Single_Port_RAM": [
3152
+ "case_swap",
3153
+ "concat_swap",
3154
+ "inverted_condition",
3155
+ "missing_enable",
3156
+ "missing_reset",
3157
+ "off_by_one_counter",
3158
+ "operator_typo",
3159
+ "state_transition",
3160
+ "unconnected_port",
3161
+ "width_bit_cutoff",
3162
+ "wrong_bitwidth"
3163
+ ],
3164
+ "0thbit_CRC_parallel": [
3165
  "case_swap",
3166
  "concat_swap",
3167
  "inverted_condition",
daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/sim_script_map.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "tb.v": "spi_top_sim.sh"
3
+ }
daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/simulations.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"tb_file_path": "tb.v", "simulator": "iverilog", "top_module": "spi_top", "work_subdir": null, "requires_submodules": false, "compile": {"args": ["-g2012"], "sources": ["spi_top.v", "spi_clgen.v", "spi_shift_reg.v", "spi_slave.v", "spi_defines.v", "wishbone_master.v", "tb.v"]}, "run": {"args": ["-fst"]}, "waveform": "wave_spi_top.fst"}
daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/testbenches.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "file_path": "tb.v",
4
+ "tb_type": "verilog",
5
+ "simulator": "icarus",
6
+ "makefile_path": null,
7
+ "top_module": "spi_top",
8
+ "rtl_files": [
9
+ "spi_top.v",
10
+ "spi_clgen.v",
11
+ "spi_shift_reg.v",
12
+ "spi_slave.v",
13
+ "spi_defines.v",
14
+ "wishbone_master.v"
15
+ ]
16
+ }
17
+ ]
daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules/waveform_map.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "tb.v": "wave_spi_top.fst"
3
+ }
manifest.json CHANGED
@@ -3,7 +3,18 @@
3
  "repo": "0thbit/CRC_parallel",
4
  "clone_url": "https://github.com/0thbit/CRC_parallel.git",
5
  "commit_sha": "3a1578cd96929f8f856dcb9c309fa6ab1eb1e428",
6
- "testbenches": []
 
 
 
 
 
 
 
 
 
 
 
7
  },
8
  "MohamedHussein27_AMPA_APB4_Protocol": {
9
  "repo": "MohamedHussein27/AMPA_APB4_Protocol",
@@ -74,7 +85,208 @@
74
  "repo": "Vaibhav-Gunthe/Verilog-Projects",
75
  "clone_url": "https://github.com/Vaibhav-Gunthe/Verilog-Projects.git",
76
  "commit_sha": "10cbd766eebb8bd12800a589bc4c5fa4f0f4b7ba",
77
- "testbenches": []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78
  },
79
  "Weiyet_RTLStructLib": {
80
  "repo": "Weiyet/RTLStructLib",
@@ -864,13 +1076,67 @@
864
  "repo": "nimanaqavi/Verilog-MathFunctions",
865
  "clone_url": "https://github.com/nimanaqavi/Verilog-MathFunctions.git",
866
  "commit_sha": "002eb114fe7f21013149455894df91b3553934cd",
867
- "testbenches": []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
868
  },
869
  "scarv_xcrypto": {
870
  "repo": "scarv/xcrypto",
871
  "clone_url": "https://github.com/scarv/xcrypto.git",
872
  "commit_sha": "9ff3426a9d498bf41880caca4bc3769eec0e5093",
873
- "testbenches": []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
874
  },
875
  "selimsandal_OneShotNPU": {
876
  "repo": "selimsandal/OneShotNPU",
@@ -884,65 +1150,35 @@
884
  "commit_sha": "12a570c7124f5f78f2c9513248f8e6bd85137068",
885
  "testbenches": [
886
  {
887
- "file_path": "tests/core_test.v",
888
- "tb_type": "verilog",
889
- "simulator": "icarus",
890
- "makefile_path": null,
891
- "top_module": "Core",
892
- "rtl_files": [
893
- "src/core/core.v",
894
- "src/core/pc.v",
895
- "src/core/mux.v",
896
- "src/core/registers.v",
897
- "src/core/control_unit.v",
898
- "src/core/alu_control.v",
899
- "src/core/alu.v",
900
- "src/core/immediate_generator.v",
901
- "src/core/csr_unit.v",
902
- "src/core/mdu.v",
903
- "src/peripheral/memory.v",
904
- "src/peripheral/bus.v",
905
- "src/peripheral/leds.v"
906
- ]
907
- },
908
- {
909
- "file_path": "tests/registers_test.v",
910
  "tb_type": "verilog",
911
  "simulator": "icarus",
912
  "makefile_path": null,
913
- "top_module": "Registers",
914
  "rtl_files": [
915
- "src/core/registers.v"
916
  ]
917
  },
918
  {
919
- "file_path": "tests/soc_test.v",
920
  "tb_type": "verilog",
921
  "simulator": "icarus",
922
  "makefile_path": null,
923
- "top_module": "Risco_5_SOC",
924
  "rtl_files": [
925
- "src/peripheral/soc.v",
926
- "src/core/core.v",
927
- "src/core/pc.v",
928
- "src/core/mux.v",
929
- "src/core/registers.v",
930
- "src/core/control_unit.v",
931
- "src/core/alu_control.v",
932
  "src/core/alu.v",
933
- "src/core/immediate_generator.v",
 
934
  "src/core/csr_unit.v",
 
935
  "src/core/mdu.v",
 
 
 
 
936
  "src/peripheral/memory.v",
937
  "src/peripheral/bus.v",
938
- "src/peripheral/leds.v",
939
- "src/peripheral/uart.v",
940
- "src/peripheral/uart_rx.v",
941
- "src/peripheral/uart_tx.v",
942
- "src/peripheral/fifo.v",
943
- "src/peripheral/gpios.v",
944
- "src/peripheral/gpio.v",
945
- "src/peripheral/pwm.v"
946
  ]
947
  },
948
  {
@@ -952,8 +1188,8 @@
952
  "makefile_path": null,
953
  "top_module": "GPIOS",
954
  "rtl_files": [
955
- "src/peripheral/gpios.v",
956
  "src/peripheral/gpio.v",
 
957
  "src/peripheral/pwm.v"
958
  ]
959
  },
@@ -968,13 +1204,13 @@
968
  ]
969
  },
970
  {
971
- "file_path": "tests/clk_divider.v",
972
  "tb_type": "verilog",
973
  "simulator": "icarus",
974
  "makefile_path": null,
975
- "top_module": "ClkDivider",
976
  "rtl_files": [
977
- "debug/clk_divider.v"
978
  ]
979
  },
980
  {
@@ -986,6 +1222,36 @@
986
  "rtl_files": [
987
  "debug/reset.v"
988
  ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
989
  }
990
  ]
991
  },
@@ -1075,13 +1341,13 @@
1075
  "top_module": "cpu",
1076
  "rtl_files": [
1077
  "src/cpu.v",
 
 
1078
  "src/alu.v",
1079
  "src/branch.v",
1080
  "src/decoder.v",
1081
  "src/dm_control.v",
1082
  "src/instr_memory.v",
1083
- "src/MUX2to1_32bit.v",
1084
- "src/MUX4to1_32bit.v",
1085
  "src/pc.v",
1086
  "src/regfile.v"
1087
  ]
@@ -1094,102 +1360,102 @@
1094
  "commit_sha": "ded74adc6a29ef5bbdac56a5eac5b99328064371",
1095
  "testbenches": [
1096
  {
1097
- "file_path": "source/Five-Stage-Pipelined-CPU/RTL/RISCV_CPU_tb.v",
1098
  "tb_type": "verilog",
1099
  "simulator": "icarus",
1100
  "makefile_path": null,
1101
  "top_module": "RISCV_CPU",
1102
  "rtl_files": [
1103
- "source/Five-Stage-Pipelined-CPU/RTL/ALU.v",
1104
- "source/Five-Stage-Pipelined-CPU/RTL/ALU_Control.v",
1105
- "source/Five-Stage-Pipelined-CPU/RTL/BHT.v",
1106
- "source/Five-Stage-Pipelined-CPU/RTL/BPU.v",
1107
- "source/Five-Stage-Pipelined-CPU/RTL/BTB.v",
1108
- "source/Five-Stage-Pipelined-CPU/RTL/CSR.v",
1109
- "source/Five-Stage-Pipelined-CPU/RTL/Control.v",
1110
- "source/Five-Stage-Pipelined-CPU/RTL/D_Mem.v",
1111
- "source/Five-Stage-Pipelined-CPU/RTL/EX_MEM.v",
1112
- "source/Five-Stage-Pipelined-CPU/RTL/Forwarding_Unit.v",
1113
- "source/Five-Stage-Pipelined-CPU/RTL/Hazard_Unit.v",
1114
- "source/Five-Stage-Pipelined-CPU/RTL/ID_EX.v",
1115
- "source/Five-Stage-Pipelined-CPU/RTL/IF_ID.v",
1116
- "source/Five-Stage-Pipelined-CPU/RTL/I_Mem.v",
1117
- "source/Five-Stage-Pipelined-CPU/RTL/ImmGen.v",
1118
- "source/Five-Stage-Pipelined-CPU/RTL/LDU.v",
1119
- "source/Five-Stage-Pipelined-CPU/RTL/MEM_WB.v",
1120
- "source/Five-Stage-Pipelined-CPU/RTL/PC.v",
1121
- "source/Five-Stage-Pipelined-CPU/RTL/PC_Adderr.v",
1122
- "source/Five-Stage-Pipelined-CPU/RTL/RF.v",
1123
- "source/Five-Stage-Pipelined-CPU/RTL/RISCV_CPU.v"
1124
  ]
1125
  },
1126
  {
1127
- "file_path": "source/RISC-V-Processor/RTL/RISCV_PROCESSOR_tb.v",
1128
  "tb_type": "verilog",
1129
  "simulator": "icarus",
1130
  "makefile_path": null,
1131
  "top_module": "RISCV_PROCESSOR",
1132
  "rtl_files": [
1133
- "source/RISC-V-Processor/RTL/ALU.v",
1134
- "source/RISC-V-Processor/RTL/ALU_Control.v",
1135
- "source/RISC-V-Processor/RTL/AXI4_Lite_Bus.v",
1136
- "source/RISC-V-Processor/RTL/BHT.v",
1137
- "source/RISC-V-Processor/RTL/BPU.v",
1138
- "source/RISC-V-Processor/RTL/BTB.v",
1139
- "source/RISC-V-Processor/RTL/CSR.v",
1140
- "source/RISC-V-Processor/RTL/Control.v",
1141
- "source/RISC-V-Processor/RTL/D_BRAM.v",
1142
- "source/RISC-V-Processor/RTL/D_Cache.v",
1143
- "source/RISC-V-Processor/RTL/D_Mem.v",
1144
- "source/RISC-V-Processor/RTL/EX_MEM.v",
1145
- "source/RISC-V-Processor/RTL/Forwarding_Unit.v",
1146
- "source/RISC-V-Processor/RTL/Hazard_Unit.v",
1147
- "source/RISC-V-Processor/RTL/ID_EX.v",
1148
- "source/RISC-V-Processor/RTL/IF_ID.v",
1149
- "source/RISC-V-Processor/RTL/I_Cache.v",
1150
- "source/RISC-V-Processor/RTL/ImmGen.v",
1151
- "source/RISC-V-Processor/RTL/LDU.v",
1152
- "source/RISC-V-Processor/RTL/MEM_WB.v",
1153
- "source/RISC-V-Processor/RTL/PC.v",
1154
- "source/RISC-V-Processor/RTL/PC_Adder.v",
1155
- "source/RISC-V-Processor/RTL/RF.v",
1156
- "source/RISC-V-Processor/RTL/RISCV_CPU.v",
1157
- "source/RISC-V-Processor/RTL/RISCV_PROCESSOR.v"
1158
- ]
1159
- },
1160
- {
1161
- "file_path": "source/CACHE/AXI4-LITE/Pattern.v",
1162
  "tb_type": "verilog",
1163
  "simulator": "icarus",
1164
  "makefile_path": null,
1165
  "top_module": "Tested",
1166
  "rtl_files": [
1167
- "source/CACHE/AXI4-LITE/Tested.v",
1168
- "source/CACHE/AXI4-LITE/AXI4_Lite_Bus.v"
1169
  ]
1170
  },
1171
  {
1172
- "file_path": "source/CACHE/I-CACHE/Pattern.v",
1173
  "tb_type": "verilog",
1174
  "simulator": "icarus",
1175
  "makefile_path": null,
1176
  "top_module": "Tested",
1177
  "rtl_files": [
1178
- "source/CACHE/I-CACHE/Tested.v",
1179
- "source/CACHE/I-CACHE/Cache.v",
1180
- "source/CACHE/I-CACHE/AXI4_Lite_Bus.v"
1181
  ]
1182
  },
1183
  {
1184
- "file_path": "source/CACHE/D-CACHE/Pattern.v",
1185
  "tb_type": "verilog",
1186
  "simulator": "icarus",
1187
  "makefile_path": null,
1188
  "top_module": "Tested",
1189
  "rtl_files": [
1190
- "source/CACHE/D-CACHE/Tested.v",
1191
- "source/CACHE/D-CACHE/D_Cache.v",
1192
- "source/CACHE/D-CACHE/AXI4_Lite_Bus.v"
1193
  ]
1194
  }
1195
  ]
@@ -1217,5 +1483,248 @@
1217
  ]
1218
  }
1219
  ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1220
  }
1221
  }
 
3
  "repo": "0thbit/CRC_parallel",
4
  "clone_url": "https://github.com/0thbit/CRC_parallel.git",
5
  "commit_sha": "3a1578cd96929f8f856dcb9c309fa6ab1eb1e428",
6
+ "testbenches": [
7
+ {
8
+ "file_path": "CRC_tb.v",
9
+ "tb_type": "verilog",
10
+ "simulator": "icarus",
11
+ "makefile_path": null,
12
+ "top_module": "crc",
13
+ "rtl_files": [
14
+ "CRC.v"
15
+ ]
16
+ }
17
+ ]
18
  },
19
  "MohamedHussein27_AMPA_APB4_Protocol": {
20
  "repo": "MohamedHussein27/AMPA_APB4_Protocol",
 
85
  "repo": "Vaibhav-Gunthe/Verilog-Projects",
86
  "clone_url": "https://github.com/Vaibhav-Gunthe/Verilog-Projects.git",
87
  "commit_sha": "10cbd766eebb8bd12800a589bc4c5fa4f0f4b7ba",
88
+ "testbenches": [
89
+ {
90
+ "file_path": "ALU/alu_8bit_tb.v",
91
+ "tb_type": "verilog",
92
+ "simulator": "icarus",
93
+ "makefile_path": null,
94
+ "top_module": "alu_8bit",
95
+ "rtl_files": [
96
+ "ALU/8bit-ALU.v"
97
+ ]
98
+ },
99
+ {
100
+ "file_path": "Combinational-Circuits/4bit_Ripple-CarryAdder/Ripple_Carryadder_tb.v",
101
+ "tb_type": "verilog",
102
+ "simulator": "icarus",
103
+ "makefile_path": null,
104
+ "top_module": "Ripple_carryadder",
105
+ "rtl_files": [
106
+ "Combinational-Circuits/4bit_Ripple-CarryAdder/4bit_Ripple-CarryAdder.v"
107
+ ]
108
+ },
109
+ {
110
+ "file_path": "Combinational-Circuits/4x1_Mux/mux4x1_tb.v",
111
+ "tb_type": "verilog",
112
+ "simulator": "icarus",
113
+ "makefile_path": null,
114
+ "top_module": "mux4x1",
115
+ "rtl_files": [
116
+ "Combinational-Circuits/4x1_Mux/4x1_mux.v"
117
+ ]
118
+ },
119
+ {
120
+ "file_path": "Combinational-Circuits/8bit-Barrel_Shifter/barrel_shifter8bit_tb.v",
121
+ "tb_type": "verilog",
122
+ "simulator": "icarus",
123
+ "makefile_path": null,
124
+ "top_module": "barrel_shifter_8bit",
125
+ "rtl_files": [
126
+ "Combinational-Circuits/8bit-Barrel_Shifter/8bit-Barrel_Shifter.v"
127
+ ]
128
+ },
129
+ {
130
+ "file_path": "Combinational-Circuits/Encoder_4x2/encoder4x2_tb.v",
131
+ "tb_type": "verilog",
132
+ "simulator": "icarus",
133
+ "makefile_path": null,
134
+ "top_module": "encoder4x2",
135
+ "rtl_files": [
136
+ "Combinational-Circuits/Encoder_4x2/encoder4x2.v"
137
+ ]
138
+ },
139
+ {
140
+ "file_path": "Combinational-Circuits/Full_Adder/tb_FullAdder.v",
141
+ "tb_type": "verilog",
142
+ "simulator": "icarus",
143
+ "makefile_path": null,
144
+ "top_module": "Full_Adder",
145
+ "rtl_files": [
146
+ "Combinational-Circuits/Full_Adder/Full_Adder.v"
147
+ ]
148
+ },
149
+ {
150
+ "file_path": "Combinational-Circuits/Full_Subtractor/Full_Subtractor_tb.v",
151
+ "tb_type": "verilog",
152
+ "simulator": "icarus",
153
+ "makefile_path": null,
154
+ "top_module": "full_subtractor",
155
+ "rtl_files": [
156
+ "Combinational-Circuits/Full_Subtractor/full_subtractor.v"
157
+ ]
158
+ },
159
+ {
160
+ "file_path": "Combinational-Circuits/Half_Adder/tb_HalfAdder.v",
161
+ "tb_type": "verilog",
162
+ "simulator": "icarus",
163
+ "makefile_path": null,
164
+ "top_module": "Half_Adder",
165
+ "rtl_files": [
166
+ "Combinational-Circuits/Half_Adder/Half-Adder.v"
167
+ ]
168
+ },
169
+ {
170
+ "file_path": "Combinational-Circuits/Half_Subtractor/Half_Subtractor_tb.v",
171
+ "tb_type": "verilog",
172
+ "simulator": "icarus",
173
+ "makefile_path": null,
174
+ "top_module": "Half_subtractor",
175
+ "rtl_files": [
176
+ "Combinational-Circuits/Half_Subtractor/Half_subtractor.v"
177
+ ]
178
+ },
179
+ {
180
+ "file_path": "Combinational-Circuits/Multiplexer/Mux2x1_tb.v",
181
+ "tb_type": "verilog",
182
+ "simulator": "icarus",
183
+ "makefile_path": null,
184
+ "top_module": "Mux2x1",
185
+ "rtl_files": [
186
+ "Combinational-Circuits/Multiplexer/Mux2x1.v"
187
+ ]
188
+ },
189
+ {
190
+ "file_path": "Logic-Gates/And_Gate/testbench-And_Gate.v",
191
+ "tb_type": "verilog",
192
+ "simulator": "icarus",
193
+ "makefile_path": null,
194
+ "top_module": "And_Gate",
195
+ "rtl_files": [
196
+ "Logic-Gates/And_Gate/And_Gate.v"
197
+ ]
198
+ },
199
+ {
200
+ "file_path": "Logic-Gates/Nand_Gate/tb_Nand.v",
201
+ "tb_type": "verilog",
202
+ "simulator": "icarus",
203
+ "makefile_path": null,
204
+ "top_module": "Nand_Gate",
205
+ "rtl_files": [
206
+ "Logic-Gates/Nand_Gate/Nand_Gate.v"
207
+ ]
208
+ },
209
+ {
210
+ "file_path": "Logic-Gates/Nor_Gate/tb_Nor.v",
211
+ "tb_type": "verilog",
212
+ "simulator": "icarus",
213
+ "makefile_path": null,
214
+ "top_module": "Nor_Gate",
215
+ "rtl_files": [
216
+ "Logic-Gates/Nor_Gate/Nor_Gate.v"
217
+ ]
218
+ },
219
+ {
220
+ "file_path": "Logic-Gates/Not_Gate/tb_Not.v",
221
+ "tb_type": "verilog",
222
+ "simulator": "icarus",
223
+ "makefile_path": null,
224
+ "top_module": "Not_Gate",
225
+ "rtl_files": [
226
+ "Logic-Gates/Not_Gate/Not_Gate.v"
227
+ ]
228
+ },
229
+ {
230
+ "file_path": "Logic-Gates/OR_Gate/testbench-OR_Gate.v",
231
+ "tb_type": "verilog",
232
+ "simulator": "icarus",
233
+ "makefile_path": null,
234
+ "top_module": "OR_Gate",
235
+ "rtl_files": [
236
+ "Logic-Gates/OR_Gate/OR_Gate.v"
237
+ ]
238
+ },
239
+ {
240
+ "file_path": "Logic-Gates/X-NOR_Gate/tb_XNOR.v",
241
+ "tb_type": "verilog",
242
+ "simulator": "icarus",
243
+ "makefile_path": null,
244
+ "top_module": "XNOR_Gate",
245
+ "rtl_files": [
246
+ "Logic-Gates/X-NOR_Gate/XNOR_Gate.v"
247
+ ]
248
+ },
249
+ {
250
+ "file_path": "Logic-Gates/X-OR_Gate/tb_XOR.v",
251
+ "tb_type": "verilog",
252
+ "simulator": "icarus",
253
+ "makefile_path": null,
254
+ "top_module": "XOR_Gate",
255
+ "rtl_files": [
256
+ "Logic-Gates/X-OR_Gate/XOR_Gate.v"
257
+ ]
258
+ },
259
+ {
260
+ "file_path": "Sequential Circuits/8 bit twin register/twin_reg_8bit_tb.v",
261
+ "tb_type": "verilog",
262
+ "simulator": "icarus",
263
+ "makefile_path": null,
264
+ "top_module": "twin_reg_8bit",
265
+ "rtl_files": [
266
+ "Sequential Circuits/8 bit twin register/twin_reg_8bit.v"
267
+ ]
268
+ },
269
+ {
270
+ "file_path": "Sequential Circuits/D_Flipflop/d_ff_asynchronous_reset_tb.v",
271
+ "tb_type": "verilog",
272
+ "simulator": "icarus",
273
+ "makefile_path": null,
274
+ "top_module": "D_ff_basic",
275
+ "rtl_files": [
276
+ "Sequential Circuits/D_Flipflop/d_ff_asynchronous_reset.v"
277
+ ]
278
+ },
279
+ {
280
+ "file_path": "Sequential Circuits/D_Flipflop/d_ff_synchronous_reset_tb.v",
281
+ "tb_type": "verilog",
282
+ "simulator": "icarus",
283
+ "makefile_path": null,
284
+ "top_module": "D_ff_synchronous_reset",
285
+ "rtl_files": [
286
+ "Sequential Circuits/D_Flipflop/d_ff_synchronous_reset.v"
287
+ ]
288
+ }
289
+ ]
290
  },
291
  "Weiyet_RTLStructLib": {
292
  "repo": "Weiyet/RTLStructLib",
 
1076
  "repo": "nimanaqavi/Verilog-MathFunctions",
1077
  "clone_url": "https://github.com/nimanaqavi/Verilog-MathFunctions.git",
1078
  "commit_sha": "002eb114fe7f21013149455894df91b3553934cd",
1079
+ "testbenches": [
1080
+ {
1081
+ "file_path": "Verilog-MathFunctions/Test_Bench/Ln_Tb.v",
1082
+ "tb_type": "verilog",
1083
+ "simulator": "icarus",
1084
+ "makefile_path": null,
1085
+ "top_module": "part_Ln_TOP",
1086
+ "rtl_files": [
1087
+ "Verilog-MathFunctions/sin_cos_Ln_exp_SRC/Ln_TOP.v",
1088
+ "Verilog-MathFunctions/sin_cos_Ln_exp_SRC/Ln_CO.v",
1089
+ "Verilog-MathFunctions/sin_cos_Ln_exp_SRC/Ln_DP.v"
1090
+ ]
1091
+ },
1092
+ {
1093
+ "file_path": "Verilog-MathFunctions/Test_Bench/Tb.v",
1094
+ "tb_type": "verilog",
1095
+ "simulator": "icarus",
1096
+ "makefile_path": null,
1097
+ "top_module": "part_1_TOP",
1098
+ "rtl_files": [
1099
+ "Verilog-MathFunctions/sin_cos_Ln_exp_SRC/part1TOP.v",
1100
+ "Verilog-MathFunctions/sin_cos_Ln_exp_SRC/part1CO.v",
1101
+ "Verilog-MathFunctions/sin_cos_Ln_exp_SRC/part1Dp.v"
1102
+ ]
1103
+ }
1104
+ ]
1105
  },
1106
  "scarv_xcrypto": {
1107
  "repo": "scarv/xcrypto",
1108
  "clone_url": "https://github.com/scarv/xcrypto.git",
1109
  "commit_sha": "9ff3426a9d498bf41880caca4bc3769eec0e5093",
1110
+ "testbenches": [
1111
+ {
1112
+ "file_path": "rtl/p_mul/p_mul_tb.v",
1113
+ "tb_type": "verilog",
1114
+ "simulator": "icarus",
1115
+ "makefile_path": null,
1116
+ "top_module": "p_mul",
1117
+ "rtl_files": [
1118
+ "rtl/p_mul/p_mul.v",
1119
+ "rtl/p_addsub/p_addsub.v",
1120
+ "rtl/p_shfrot/p_shfrot.v"
1121
+ ]
1122
+ },
1123
+ {
1124
+ "file_path": "rtl/xc_malu/xc_malu_tb.v",
1125
+ "tb_type": "verilog",
1126
+ "simulator": "icarus",
1127
+ "makefile_path": null,
1128
+ "top_module": "xc_malu",
1129
+ "rtl_files": [
1130
+ "rtl/xc_malu/xc_malu.v",
1131
+ "rtl/xc_malu/xc_malu_muldivrem.v",
1132
+ "rtl/xc_malu/xc_malu_divrem.v",
1133
+ "rtl/xc_malu/xc_malu_mul.v",
1134
+ "rtl/xc_malu/xc_malu_pmul.v",
1135
+ "rtl/xc_malu/xc_malu_long.v",
1136
+ "rtl/p_addsub/p_addsub.v"
1137
+ ]
1138
+ }
1139
+ ]
1140
  },
1141
  "selimsandal_OneShotNPU": {
1142
  "repo": "selimsandal/OneShotNPU",
 
1150
  "commit_sha": "12a570c7124f5f78f2c9513248f8e6bd85137068",
1151
  "testbenches": [
1152
  {
1153
+ "file_path": "tests/clk_divider.v",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1154
  "tb_type": "verilog",
1155
  "simulator": "icarus",
1156
  "makefile_path": null,
1157
+ "top_module": "ClkDivider",
1158
  "rtl_files": [
1159
+ "debug/clk_divider.v"
1160
  ]
1161
  },
1162
  {
1163
+ "file_path": "tests/core_test.v",
1164
  "tb_type": "verilog",
1165
  "simulator": "icarus",
1166
  "makefile_path": null,
1167
+ "top_module": "Core",
1168
  "rtl_files": [
 
 
 
 
 
 
 
1169
  "src/core/alu.v",
1170
+ "src/core/alu_control.v",
1171
+ "src/core/control_unit.v",
1172
  "src/core/csr_unit.v",
1173
+ "src/core/immediate_generator.v",
1174
  "src/core/mdu.v",
1175
+ "src/core/mux.v",
1176
+ "src/core/pc.v",
1177
+ "src/core/registers.v",
1178
+ "src/core/core.v",
1179
  "src/peripheral/memory.v",
1180
  "src/peripheral/bus.v",
1181
+ "src/peripheral/leds.v"
 
 
 
 
 
 
 
1182
  ]
1183
  },
1184
  {
 
1188
  "makefile_path": null,
1189
  "top_module": "GPIOS",
1190
  "rtl_files": [
 
1191
  "src/peripheral/gpio.v",
1192
+ "src/peripheral/gpios.v",
1193
  "src/peripheral/pwm.v"
1194
  ]
1195
  },
 
1204
  ]
1205
  },
1206
  {
1207
+ "file_path": "tests/registers_test.v",
1208
  "tb_type": "verilog",
1209
  "simulator": "icarus",
1210
  "makefile_path": null,
1211
+ "top_module": "Registers",
1212
  "rtl_files": [
1213
+ "src/core/registers.v"
1214
  ]
1215
  },
1216
  {
 
1222
  "rtl_files": [
1223
  "debug/reset.v"
1224
  ]
1225
+ },
1226
+ {
1227
+ "file_path": "tests/soc_test.v",
1228
+ "tb_type": "verilog",
1229
+ "simulator": "icarus",
1230
+ "makefile_path": null,
1231
+ "top_module": "Risco_5_SOC",
1232
+ "rtl_files": [
1233
+ "src/core/alu.v",
1234
+ "src/core/alu_control.v",
1235
+ "src/core/control_unit.v",
1236
+ "src/core/csr_unit.v",
1237
+ "src/core/immediate_generator.v",
1238
+ "src/core/mdu.v",
1239
+ "src/core/mux.v",
1240
+ "src/core/pc.v",
1241
+ "src/core/registers.v",
1242
+ "src/core/core.v",
1243
+ "src/peripheral/bus.v",
1244
+ "src/peripheral/fifo.v",
1245
+ "src/peripheral/gpio.v",
1246
+ "src/peripheral/gpios.v",
1247
+ "src/peripheral/leds.v",
1248
+ "src/peripheral/memory.v",
1249
+ "src/peripheral/pwm.v",
1250
+ "src/peripheral/soc.v",
1251
+ "src/peripheral/uart.v",
1252
+ "src/peripheral/uart_rx.v",
1253
+ "src/peripheral/uart_tx.v"
1254
+ ]
1255
  }
1256
  ]
1257
  },
 
1341
  "top_module": "cpu",
1342
  "rtl_files": [
1343
  "src/cpu.v",
1344
+ "src/MUX2to1_32bit.v",
1345
+ "src/MUX4to1_32bit.v",
1346
  "src/alu.v",
1347
  "src/branch.v",
1348
  "src/decoder.v",
1349
  "src/dm_control.v",
1350
  "src/instr_memory.v",
 
 
1351
  "src/pc.v",
1352
  "src/regfile.v"
1353
  ]
 
1360
  "commit_sha": "ded74adc6a29ef5bbdac56a5eac5b99328064371",
1361
  "testbenches": [
1362
  {
1363
+ "file_path": "Five-Stage-Pipelined-CPU/RTL/RISCV_CPU_tb.v",
1364
  "tb_type": "verilog",
1365
  "simulator": "icarus",
1366
  "makefile_path": null,
1367
  "top_module": "RISCV_CPU",
1368
  "rtl_files": [
1369
+ "Five-Stage-Pipelined-CPU/RTL/RISCV_CPU.v",
1370
+ "Five-Stage-Pipelined-CPU/RTL/ALU.v",
1371
+ "Five-Stage-Pipelined-CPU/RTL/ALU_Control.v",
1372
+ "Five-Stage-Pipelined-CPU/RTL/BHT.v",
1373
+ "Five-Stage-Pipelined-CPU/RTL/BPU.v",
1374
+ "Five-Stage-Pipelined-CPU/RTL/BTB.v",
1375
+ "Five-Stage-Pipelined-CPU/RTL/CSR.v",
1376
+ "Five-Stage-Pipelined-CPU/RTL/Control.v",
1377
+ "Five-Stage-Pipelined-CPU/RTL/D_Mem.v",
1378
+ "Five-Stage-Pipelined-CPU/RTL/EX_MEM.v",
1379
+ "Five-Stage-Pipelined-CPU/RTL/Forwarding_Unit.v",
1380
+ "Five-Stage-Pipelined-CPU/RTL/Hazard_Unit.v",
1381
+ "Five-Stage-Pipelined-CPU/RTL/ID_EX.v",
1382
+ "Five-Stage-Pipelined-CPU/RTL/IF_ID.v",
1383
+ "Five-Stage-Pipelined-CPU/RTL/I_Mem.v",
1384
+ "Five-Stage-Pipelined-CPU/RTL/ImmGen.v",
1385
+ "Five-Stage-Pipelined-CPU/RTL/LDU.v",
1386
+ "Five-Stage-Pipelined-CPU/RTL/MEM_WB.v",
1387
+ "Five-Stage-Pipelined-CPU/RTL/PC.v",
1388
+ "Five-Stage-Pipelined-CPU/RTL/PC_Adderr.v",
1389
+ "Five-Stage-Pipelined-CPU/RTL/RF.v"
1390
  ]
1391
  },
1392
  {
1393
+ "file_path": "RISC-V-Processor/RTL/RISCV_PROCESSOR_tb.v",
1394
  "tb_type": "verilog",
1395
  "simulator": "icarus",
1396
  "makefile_path": null,
1397
  "top_module": "RISCV_PROCESSOR",
1398
  "rtl_files": [
1399
+ "RISC-V-Processor/RTL/RISCV_PROCESSOR.v",
1400
+ "RISC-V-Processor/RTL/RISCV_CPU.v",
1401
+ "RISC-V-Processor/RTL/ALU.v",
1402
+ "RISC-V-Processor/RTL/ALU_Control.v",
1403
+ "RISC-V-Processor/RTL/AXI4_Lite_Bus.v",
1404
+ "RISC-V-Processor/RTL/BHT.v",
1405
+ "RISC-V-Processor/RTL/BPU.v",
1406
+ "RISC-V-Processor/RTL/BTB.v",
1407
+ "RISC-V-Processor/RTL/CSR.v",
1408
+ "RISC-V-Processor/RTL/Control.v",
1409
+ "RISC-V-Processor/RTL/D_BRAM.v",
1410
+ "RISC-V-Processor/RTL/D_Cache.v",
1411
+ "RISC-V-Processor/RTL/D_Mem.v",
1412
+ "RISC-V-Processor/RTL/EX_MEM.v",
1413
+ "RISC-V-Processor/RTL/Forwarding_Unit.v",
1414
+ "RISC-V-Processor/RTL/Hazard_Unit.v",
1415
+ "RISC-V-Processor/RTL/ID_EX.v",
1416
+ "RISC-V-Processor/RTL/IF_ID.v",
1417
+ "RISC-V-Processor/RTL/I_Cache.v",
1418
+ "RISC-V-Processor/RTL/ImmGen.v",
1419
+ "RISC-V-Processor/RTL/LDU.v",
1420
+ "RISC-V-Processor/RTL/MEM_WB.v",
1421
+ "RISC-V-Processor/RTL/PC.v",
1422
+ "RISC-V-Processor/RTL/PC_Adder.v",
1423
+ "RISC-V-Processor/RTL/RF.v"
1424
+ ]
1425
+ },
1426
+ {
1427
+ "file_path": "CACHE/AXI4-LITE/Pattern.v",
1428
  "tb_type": "verilog",
1429
  "simulator": "icarus",
1430
  "makefile_path": null,
1431
  "top_module": "Tested",
1432
  "rtl_files": [
1433
+ "CACHE/AXI4-LITE/Tested.v",
1434
+ "CACHE/AXI4-LITE/AXI4_Lite_Bus.v"
1435
  ]
1436
  },
1437
  {
1438
+ "file_path": "CACHE/D-CACHE/Pattern.v",
1439
  "tb_type": "verilog",
1440
  "simulator": "icarus",
1441
  "makefile_path": null,
1442
  "top_module": "Tested",
1443
  "rtl_files": [
1444
+ "CACHE/D-CACHE/Tested.v",
1445
+ "CACHE/D-CACHE/D_Cache.v",
1446
+ "CACHE/D-CACHE/AXI4_Lite_Bus.v"
1447
  ]
1448
  },
1449
  {
1450
+ "file_path": "CACHE/I-CACHE/Pattern.v",
1451
  "tb_type": "verilog",
1452
  "simulator": "icarus",
1453
  "makefile_path": null,
1454
  "top_module": "Tested",
1455
  "rtl_files": [
1456
+ "CACHE/I-CACHE/Tested.v",
1457
+ "CACHE/I-CACHE/Cache.v",
1458
+ "CACHE/I-CACHE/AXI4_Lite_Bus.v"
1459
  ]
1460
  }
1461
  ]
 
1483
  ]
1484
  }
1485
  ]
1486
+ },
1487
+ "Abdelrahman1810_SPI_Slave_with_Single_Port_RAM": {
1488
+ "repo": "Abdelrahman1810/SPI_Slave_with_Single_Port_RAM",
1489
+ "clone_url": "https://github.com/Abdelrahman1810/SPI_Slave_with_Single_Port_RAM.git",
1490
+ "commit_sha": "6233b161a0428ec0a0e22b6e74373c4d8d98d972",
1491
+ "testbenches": [
1492
+ {
1493
+ "file_path": "Codes/testbench/tb_SPI.sv",
1494
+ "tb_type": "verilog",
1495
+ "simulator": "icarus",
1496
+ "makefile_path": null,
1497
+ "top_module": "SPI",
1498
+ "rtl_files": [
1499
+ "Codes/RTL/SPI.v"
1500
+ ]
1501
+ },
1502
+ {
1503
+ "file_path": "Codes/testbench/tb_instantiation.sv",
1504
+ "tb_type": "verilog",
1505
+ "simulator": "icarus",
1506
+ "makefile_path": null,
1507
+ "top_module": "instantiation",
1508
+ "rtl_files": [
1509
+ "Codes/RTL/instantiation.v",
1510
+ "Codes/RTL/SPI.v",
1511
+ "Codes/RTL/RAM.v"
1512
+ ]
1513
+ },
1514
+ {
1515
+ "file_path": "Codes/testbench/tb_ram.sv",
1516
+ "tb_type": "verilog",
1517
+ "simulator": "icarus",
1518
+ "makefile_path": null,
1519
+ "top_module": "RAM",
1520
+ "rtl_files": [
1521
+ "Codes/RTL/RAM.v"
1522
+ ]
1523
+ }
1524
+ ]
1525
+ },
1526
+ "daringpatil3134_SPI_Serial_Peripheral_Interface_Verilog_Modules": {
1527
+ "repo": "daringpatil3134/SPI_Serial_Peripheral_Interface_Verilog_Modules",
1528
+ "clone_url": "https://github.com/daringpatil3134/SPI_Serial_Peripheral_Interface_Verilog_Modules.git",
1529
+ "commit_sha": "0da4e865fb717d6221977ba285118f9a97c6158b",
1530
+ "testbenches": [
1531
+ {
1532
+ "file_path": "tb.v",
1533
+ "tb_type": "verilog",
1534
+ "simulator": "icarus",
1535
+ "makefile_path": null,
1536
+ "top_module": "spi_top",
1537
+ "rtl_files": [
1538
+ "spi_top.v",
1539
+ "spi_clgen.v",
1540
+ "spi_shift_reg.v",
1541
+ "spi_slave.v",
1542
+ "spi_defines.v",
1543
+ "wishbone_master.v"
1544
+ ]
1545
+ }
1546
+ ]
1547
+ },
1548
+ "projf_isle": {
1549
+ "repo": "projf/isle",
1550
+ "clone_url": "https://github.com/projf/isle.git",
1551
+ "commit_sha": "ff248e1db8cd70c4a52399c96dee1554bf5baeac",
1552
+ "testbenches": [
1553
+ {
1554
+ "file_path": "hardware/tests/book/ch01.py",
1555
+ "tb_type": "cocotb",
1556
+ "simulator": "icarus",
1557
+ "makefile_path": "hardware/tests/book/ch01.mk",
1558
+ "top_module": "ch01",
1559
+ "rtl_files": [
1560
+ "hardware/book/ch01/ch01.v",
1561
+ "hardware/gfx/display.v"
1562
+ ]
1563
+ },
1564
+ {
1565
+ "file_path": "hardware/tests/book/ch02.py",
1566
+ "tb_type": "cocotb",
1567
+ "simulator": "icarus",
1568
+ "makefile_path": "hardware/tests/book/ch02.mk",
1569
+ "top_module": "ch02",
1570
+ "rtl_files": [
1571
+ "hardware/book/ch02/ch02.v",
1572
+ "hardware/gfx/canv_disp_agu.v",
1573
+ "hardware/gfx/display.v",
1574
+ "hardware/mem/clut.v",
1575
+ "hardware/mem/vram.v"
1576
+ ]
1577
+ },
1578
+ {
1579
+ "file_path": "hardware/tests/book/ch03.py",
1580
+ "tb_type": "cocotb",
1581
+ "simulator": "icarus",
1582
+ "makefile_path": "hardware/tests/book/ch03.mk",
1583
+ "top_module": "ch03",
1584
+ "rtl_files": [
1585
+ "hardware/book/ch03/ch03.v",
1586
+ "hardware/gfx/canv_disp_agu.v",
1587
+ "hardware/gfx/canv_draw_agu.v",
1588
+ "hardware/gfx/circle.v",
1589
+ "hardware/gfx/display.v",
1590
+ "hardware/gfx/earthrise.v",
1591
+ "hardware/gfx/fline.v",
1592
+ "hardware/gfx/line.v",
1593
+ "hardware/mem/clut.v",
1594
+ "hardware/mem/erlist.v",
1595
+ "hardware/mem/vram.v"
1596
+ ]
1597
+ },
1598
+ {
1599
+ "file_path": "hardware/tests/book/ch04.py",
1600
+ "tb_type": "cocotb",
1601
+ "simulator": "icarus",
1602
+ "makefile_path": "hardware/tests/book/ch04.mk",
1603
+ "top_module": "ch04",
1604
+ "rtl_files": [
1605
+ "hardware/book/ch04/ch04.v",
1606
+ "hardware/gfx/display.v",
1607
+ "hardware/gfx/font_glyph.v",
1608
+ "hardware/gfx/textmode.v",
1609
+ "hardware/mem/clut.v",
1610
+ "hardware/mem/rom_sync.v",
1611
+ "hardware/mem/tram.v"
1612
+ ]
1613
+ },
1614
+ {
1615
+ "file_path": "hardware/tests/book/ch05.py",
1616
+ "tb_type": "cocotb",
1617
+ "simulator": "icarus",
1618
+ "makefile_path": "hardware/tests/book/ch05.mk",
1619
+ "top_module": "ch05",
1620
+ "rtl_files": [
1621
+ "hardware/book/ch05/ch05.v",
1622
+ "hardware/cpu/FemtoRV32.v",
1623
+ "hardware/gfx/display.v",
1624
+ "hardware/gfx/font_glyph.v",
1625
+ "hardware/gfx/textmode.v",
1626
+ "hardware/mem/clut.v",
1627
+ "hardware/mem/rom_sync.v",
1628
+ "hardware/mem/sysram.v",
1629
+ "hardware/mem/tram.v",
1630
+ "hardware/sys/xd.v"
1631
+ ]
1632
+ },
1633
+ {
1634
+ "file_path": "hardware/tests/book/ch06.py",
1635
+ "tb_type": "cocotb",
1636
+ "simulator": "icarus",
1637
+ "makefile_path": "hardware/tests/book/ch06.mk",
1638
+ "top_module": "ch06",
1639
+ "rtl_files": [
1640
+ "hardware/book/ch06/ch06.v",
1641
+ "hardware/cpu/FemtoRV32.v",
1642
+ "hardware/devs/gfx_dev.v",
1643
+ "hardware/devs/sys_dev.v",
1644
+ "hardware/devs/uart_dev.v",
1645
+ "hardware/gfx/display.v",
1646
+ "hardware/gfx/font_glyph.v",
1647
+ "hardware/gfx/textmode.v",
1648
+ "hardware/io/uart_rx.v",
1649
+ "hardware/math/lfsr.v",
1650
+ "hardware/mem/clut.v",
1651
+ "hardware/mem/fifo_sync.v",
1652
+ "hardware/mem/rom_sync.v",
1653
+ "hardware/mem/sysram.v",
1654
+ "hardware/mem/tram.v",
1655
+ "hardware/sys/xd.v"
1656
+ ]
1657
+ },
1658
+ {
1659
+ "file_path": "hardware/tests/gfx/canv_disp_agu.py",
1660
+ "tb_type": "cocotb",
1661
+ "simulator": "icarus",
1662
+ "makefile_path": "hardware/tests/gfx/canv_disp_agu.mk",
1663
+ "top_module": "canv_disp_agu",
1664
+ "rtl_files": [
1665
+ "hardware/gfx/canv_disp_agu.v"
1666
+ ]
1667
+ },
1668
+ {
1669
+ "file_path": "hardware/tests/gfx/display.py",
1670
+ "tb_type": "cocotb",
1671
+ "simulator": "icarus",
1672
+ "makefile_path": "hardware/tests/gfx/display.mk",
1673
+ "top_module": "display",
1674
+ "rtl_files": [
1675
+ "hardware/gfx/display.v"
1676
+ ]
1677
+ },
1678
+ {
1679
+ "file_path": "hardware/tests/gfx/tmds_encoder.py",
1680
+ "tb_type": "cocotb",
1681
+ "simulator": "verilator",
1682
+ "makefile_path": "hardware/tests/gfx/tmds_encoder.mk",
1683
+ "top_module": "tmds_encoder",
1684
+ "rtl_files": [
1685
+ "hardware/gfx/tmds_encoder.v"
1686
+ ]
1687
+ },
1688
+ {
1689
+ "file_path": "hardware/tests/io/uart_rx.py",
1690
+ "tb_type": "cocotb",
1691
+ "simulator": "icarus",
1692
+ "makefile_path": "hardware/tests/io/uart_rx.mk",
1693
+ "top_module": "uart_rx",
1694
+ "rtl_files": [
1695
+ "hardware/io/uart_rx.v"
1696
+ ]
1697
+ },
1698
+ {
1699
+ "file_path": "hardware/tests/io/uart_tx.py",
1700
+ "tb_type": "cocotb",
1701
+ "simulator": "icarus",
1702
+ "makefile_path": "hardware/tests/io/uart_tx.mk",
1703
+ "top_module": "uart_tx",
1704
+ "rtl_files": [
1705
+ "hardware/io/uart_tx.v"
1706
+ ]
1707
+ },
1708
+ {
1709
+ "file_path": "hardware/tests/mem/clut.py",
1710
+ "tb_type": "cocotb",
1711
+ "simulator": "icarus",
1712
+ "makefile_path": "hardware/tests/mem/clut.mk",
1713
+ "top_module": "clut",
1714
+ "rtl_files": [
1715
+ "hardware/mem/clut.v"
1716
+ ]
1717
+ },
1718
+ {
1719
+ "file_path": "hardware/tests/mem/vram.py",
1720
+ "tb_type": "cocotb",
1721
+ "simulator": "icarus",
1722
+ "makefile_path": "hardware/tests/mem/vram.mk",
1723
+ "top_module": "vram",
1724
+ "rtl_files": [
1725
+ "hardware/mem/vram.v"
1726
+ ]
1727
+ }
1728
+ ]
1729
  }
1730
  }
nimanaqavi_Verilog-MathFunctions/sim_script_map.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "Verilog-MathFunctions/Test_Bench/Ln_Tb.v": "part_Ln_TOP_sim.sh"
3
+ }
nimanaqavi_Verilog-MathFunctions/simulations.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"tb_file_path": "Verilog-MathFunctions/Test_Bench/Ln_Tb.v", "simulator": "iverilog", "top_module": "part_Ln_TOP", "work_subdir": null, "requires_submodules": false, "compile": {"args": ["-g2012"], "sources": ["Verilog-MathFunctions/Test_Bench/Ln_Tb.v", "Verilog-MathFunctions/sin_cos_Ln_exp_SRC/Ln_TOP.v", "Verilog-MathFunctions/sin_cos_Ln_exp_SRC/Ln_CO.v", "Verilog-MathFunctions/sin_cos_Ln_exp_SRC/Ln_DP.v"]}, "run": {"args": ["-fst"]}, "waveform": "wave_part_Ln_TOP.fst"}
nimanaqavi_Verilog-MathFunctions/testbenches.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "file_path": "Verilog-MathFunctions/Test_Bench/Ln_Tb.v",
4
+ "tb_type": "verilog",
5
+ "simulator": "icarus",
6
+ "makefile_path": null,
7
+ "top_module": "part_Ln_TOP",
8
+ "rtl_files": [
9
+ "Verilog-MathFunctions/sin_cos_Ln_exp_SRC/Ln_TOP.v",
10
+ "Verilog-MathFunctions/sin_cos_Ln_exp_SRC/Ln_CO.v",
11
+ "Verilog-MathFunctions/sin_cos_Ln_exp_SRC/Ln_DP.v"
12
+ ]
13
+ },
14
+ {
15
+ "file_path": "Verilog-MathFunctions/Test_Bench/Tb.v",
16
+ "tb_type": "verilog",
17
+ "simulator": "icarus",
18
+ "makefile_path": null,
19
+ "top_module": "part_1_TOP",
20
+ "rtl_files": [
21
+ "Verilog-MathFunctions/sin_cos_Ln_exp_SRC/part1TOP.v",
22
+ "Verilog-MathFunctions/sin_cos_Ln_exp_SRC/part1CO.v",
23
+ "Verilog-MathFunctions/sin_cos_Ln_exp_SRC/part1Dp.v"
24
+ ]
25
+ }
26
+ ]
nimanaqavi_Verilog-MathFunctions/waveform_map.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "Verilog-MathFunctions/Test_Bench/Ln_Tb.v": "wave_part_Ln_TOP.fst"
3
+ }
projf_isle/sim_script_map.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hardware/tests/book/ch01.py": "ch01_sim.sh",
3
+ "hardware/tests/book/ch02.py": "ch02_sim.sh",
4
+ "hardware/tests/book/ch04.py": "ch04_sim.sh",
5
+ "hardware/tests/book/ch05.py": "ch05_sim.sh",
6
+ "hardware/tests/book/ch06.py": "ch06_sim.sh",
7
+ "hardware/tests/gfx/canv_disp_agu.py": "canv_disp_agu_sim.sh",
8
+ "hardware/tests/gfx/display.py": "display_sim.sh",
9
+ "hardware/tests/io/uart_rx.py": "uart_rx_sim.sh",
10
+ "hardware/tests/io/uart_tx.py": "uart_tx_sim.sh",
11
+ "hardware/tests/mem/clut.py": "clut_sim.sh",
12
+ "hardware/tests/mem/vram.py": "vram_sim.sh"
13
+ }
projf_isle/simulations.jsonl ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"tb_file_path": "hardware/tests/book/ch01.py", "simulator": "cocotb", "top_module": "ch01", "work_subdir": "hardware/tests/book", "requires_submodules": false, "make": {"env": {"TOPLEVEL": "ch01", "MODULE": "ch01", "WAVES": "1"}, "target": "ch01", "clean_first": false}}
2
+ {"tb_file_path": "hardware/tests/book/ch02.py", "simulator": "cocotb", "top_module": "ch02", "work_subdir": "hardware/tests/book", "requires_submodules": false, "make": {"env": {"TOPLEVEL": "ch02", "MODULE": "ch02", "WAVES": "1"}, "target": "ch02", "clean_first": false}}
3
+ {"tb_file_path": "hardware/tests/book/ch04.py", "simulator": "cocotb", "top_module": "ch04", "work_subdir": "hardware/tests/book", "requires_submodules": false, "make": {"env": {"TOPLEVEL": "ch04", "MODULE": "ch04", "WAVES": "1"}, "target": "ch04", "clean_first": false}}
4
+ {"tb_file_path": "hardware/tests/book/ch05.py", "simulator": "cocotb", "top_module": "ch05", "work_subdir": "hardware/tests/book", "requires_submodules": false, "make": {"env": {"TOPLEVEL": "ch05", "MODULE": "ch05", "WAVES": "1"}, "target": "ch05", "clean_first": false}}
5
+ {"tb_file_path": "hardware/tests/book/ch06.py", "simulator": "cocotb", "top_module": "ch06", "work_subdir": "hardware/tests/book", "requires_submodules": false, "make": {"env": {"TOPLEVEL": "ch06", "MODULE": "ch06", "WAVES": "1"}, "target": "ch06", "clean_first": false}}
6
+ {"tb_file_path": "hardware/tests/gfx/canv_disp_agu.py", "simulator": "cocotb", "top_module": "canv_disp_agu", "work_subdir": "hardware/tests/gfx", "requires_submodules": false, "make": {"env": {"TOPLEVEL": "canv_disp_agu", "MODULE": "canv_disp_agu", "WAVES": "1"}, "target": "canv_disp_agu", "clean_first": false}}
7
+ {"tb_file_path": "hardware/tests/gfx/display.py", "simulator": "cocotb", "top_module": "display", "work_subdir": "hardware/tests/gfx", "requires_submodules": false, "make": {"env": {"TOPLEVEL": "display", "MODULE": "display", "WAVES": "1", "DISPLAY_MODE": "3"}, "target": "display_mode_3", "clean_first": false}}
8
+ {"tb_file_path": "hardware/tests/io/uart_rx.py", "simulator": "cocotb", "top_module": "uart_rx", "work_subdir": "hardware/tests/io", "requires_submodules": false, "make": {"env": {"TOPLEVEL": "uart_rx", "MODULE": "uart_rx", "WAVES": "1"}, "target": "uart_rx", "clean_first": false}}
9
+ {"tb_file_path": "hardware/tests/io/uart_tx.py", "simulator": "cocotb", "top_module": "uart_tx", "work_subdir": "hardware/tests/io", "requires_submodules": false, "make": {"env": {"TOPLEVEL": "uart_tx", "MODULE": "uart_tx", "WAVES": "1"}, "target": "uart_tx", "clean_first": false}}
10
+ {"tb_file_path": "hardware/tests/mem/clut.py", "simulator": "cocotb", "top_module": "clut", "work_subdir": "hardware/tests/mem", "requires_submodules": false, "make": {"env": {"TOPLEVEL": "clut", "MODULE": "clut", "WAVES": "1"}, "target": "clut", "clean_first": false}}
11
+ {"tb_file_path": "hardware/tests/mem/vram.py", "simulator": "cocotb", "top_module": "vram", "work_subdir": "hardware/tests/mem", "requires_submodules": false, "make": {"env": {"TOPLEVEL": "vram", "MODULE": "vram", "WAVES": "1"}, "target": "vram", "clean_first": false}}
projf_isle/testbenches.json ADDED
@@ -0,0 +1,177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "file_path": "hardware/tests/book/ch01.py",
4
+ "tb_type": "cocotb",
5
+ "simulator": "icarus",
6
+ "makefile_path": "hardware/tests/book/ch01.mk",
7
+ "top_module": "ch01",
8
+ "rtl_files": [
9
+ "hardware/book/ch01/ch01.v",
10
+ "hardware/gfx/display.v"
11
+ ]
12
+ },
13
+ {
14
+ "file_path": "hardware/tests/book/ch02.py",
15
+ "tb_type": "cocotb",
16
+ "simulator": "icarus",
17
+ "makefile_path": "hardware/tests/book/ch02.mk",
18
+ "top_module": "ch02",
19
+ "rtl_files": [
20
+ "hardware/book/ch02/ch02.v",
21
+ "hardware/gfx/canv_disp_agu.v",
22
+ "hardware/gfx/display.v",
23
+ "hardware/mem/clut.v",
24
+ "hardware/mem/vram.v"
25
+ ]
26
+ },
27
+ {
28
+ "file_path": "hardware/tests/book/ch03.py",
29
+ "tb_type": "cocotb",
30
+ "simulator": "icarus",
31
+ "makefile_path": "hardware/tests/book/ch03.mk",
32
+ "top_module": "ch03",
33
+ "rtl_files": [
34
+ "hardware/book/ch03/ch03.v",
35
+ "hardware/gfx/canv_disp_agu.v",
36
+ "hardware/gfx/canv_draw_agu.v",
37
+ "hardware/gfx/circle.v",
38
+ "hardware/gfx/display.v",
39
+ "hardware/gfx/earthrise.v",
40
+ "hardware/gfx/fline.v",
41
+ "hardware/gfx/line.v",
42
+ "hardware/mem/clut.v",
43
+ "hardware/mem/erlist.v",
44
+ "hardware/mem/vram.v"
45
+ ]
46
+ },
47
+ {
48
+ "file_path": "hardware/tests/book/ch04.py",
49
+ "tb_type": "cocotb",
50
+ "simulator": "icarus",
51
+ "makefile_path": "hardware/tests/book/ch04.mk",
52
+ "top_module": "ch04",
53
+ "rtl_files": [
54
+ "hardware/book/ch04/ch04.v",
55
+ "hardware/gfx/display.v",
56
+ "hardware/gfx/font_glyph.v",
57
+ "hardware/gfx/textmode.v",
58
+ "hardware/mem/clut.v",
59
+ "hardware/mem/rom_sync.v",
60
+ "hardware/mem/tram.v"
61
+ ]
62
+ },
63
+ {
64
+ "file_path": "hardware/tests/book/ch05.py",
65
+ "tb_type": "cocotb",
66
+ "simulator": "icarus",
67
+ "makefile_path": "hardware/tests/book/ch05.mk",
68
+ "top_module": "ch05",
69
+ "rtl_files": [
70
+ "hardware/book/ch05/ch05.v",
71
+ "hardware/cpu/FemtoRV32.v",
72
+ "hardware/gfx/display.v",
73
+ "hardware/gfx/font_glyph.v",
74
+ "hardware/gfx/textmode.v",
75
+ "hardware/mem/clut.v",
76
+ "hardware/mem/rom_sync.v",
77
+ "hardware/mem/sysram.v",
78
+ "hardware/mem/tram.v",
79
+ "hardware/sys/xd.v"
80
+ ]
81
+ },
82
+ {
83
+ "file_path": "hardware/tests/book/ch06.py",
84
+ "tb_type": "cocotb",
85
+ "simulator": "icarus",
86
+ "makefile_path": "hardware/tests/book/ch06.mk",
87
+ "top_module": "ch06",
88
+ "rtl_files": [
89
+ "hardware/book/ch06/ch06.v",
90
+ "hardware/cpu/FemtoRV32.v",
91
+ "hardware/devs/gfx_dev.v",
92
+ "hardware/devs/sys_dev.v",
93
+ "hardware/devs/uart_dev.v",
94
+ "hardware/gfx/display.v",
95
+ "hardware/gfx/font_glyph.v",
96
+ "hardware/gfx/textmode.v",
97
+ "hardware/io/uart_rx.v",
98
+ "hardware/math/lfsr.v",
99
+ "hardware/mem/clut.v",
100
+ "hardware/mem/fifo_sync.v",
101
+ "hardware/mem/rom_sync.v",
102
+ "hardware/mem/sysram.v",
103
+ "hardware/mem/tram.v",
104
+ "hardware/sys/xd.v"
105
+ ]
106
+ },
107
+ {
108
+ "file_path": "hardware/tests/gfx/canv_disp_agu.py",
109
+ "tb_type": "cocotb",
110
+ "simulator": "icarus",
111
+ "makefile_path": "hardware/tests/gfx/canv_disp_agu.mk",
112
+ "top_module": "canv_disp_agu",
113
+ "rtl_files": [
114
+ "hardware/gfx/canv_disp_agu.v"
115
+ ]
116
+ },
117
+ {
118
+ "file_path": "hardware/tests/gfx/display.py",
119
+ "tb_type": "cocotb",
120
+ "simulator": "icarus",
121
+ "makefile_path": "hardware/tests/gfx/display.mk",
122
+ "top_module": "display",
123
+ "rtl_files": [
124
+ "hardware/gfx/display.v"
125
+ ]
126
+ },
127
+ {
128
+ "file_path": "hardware/tests/gfx/tmds_encoder.py",
129
+ "tb_type": "cocotb",
130
+ "simulator": "verilator",
131
+ "makefile_path": "hardware/tests/gfx/tmds_encoder.mk",
132
+ "top_module": "tmds_encoder",
133
+ "rtl_files": [
134
+ "hardware/gfx/tmds_encoder.v"
135
+ ]
136
+ },
137
+ {
138
+ "file_path": "hardware/tests/io/uart_rx.py",
139
+ "tb_type": "cocotb",
140
+ "simulator": "icarus",
141
+ "makefile_path": "hardware/tests/io/uart_rx.mk",
142
+ "top_module": "uart_rx",
143
+ "rtl_files": [
144
+ "hardware/io/uart_rx.v"
145
+ ]
146
+ },
147
+ {
148
+ "file_path": "hardware/tests/io/uart_tx.py",
149
+ "tb_type": "cocotb",
150
+ "simulator": "icarus",
151
+ "makefile_path": "hardware/tests/io/uart_tx.mk",
152
+ "top_module": "uart_tx",
153
+ "rtl_files": [
154
+ "hardware/io/uart_tx.v"
155
+ ]
156
+ },
157
+ {
158
+ "file_path": "hardware/tests/mem/clut.py",
159
+ "tb_type": "cocotb",
160
+ "simulator": "icarus",
161
+ "makefile_path": "hardware/tests/mem/clut.mk",
162
+ "top_module": "clut",
163
+ "rtl_files": [
164
+ "hardware/mem/clut.v"
165
+ ]
166
+ },
167
+ {
168
+ "file_path": "hardware/tests/mem/vram.py",
169
+ "tb_type": "cocotb",
170
+ "simulator": "icarus",
171
+ "makefile_path": "hardware/tests/mem/vram.mk",
172
+ "top_module": "vram",
173
+ "rtl_files": [
174
+ "hardware/mem/vram.v"
175
+ ]
176
+ }
177
+ ]
scarv_xcrypto/sim_script_map.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "rtl/p_mul/p_mul_tb.v": "p_mul_tb_sim.sh",
3
+ "rtl/xc_malu/xc_malu_tb.v": "xc_malu_tb_sim.sh"
4
+ }
scarv_xcrypto/simulations.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"tb_file_path": "rtl/p_mul/p_mul_tb.v", "simulator": "iverilog", "top_module": "p_mul_tb", "work_subdir": null, "requires_submodules": false, "compile": {"args": ["-g2012"], "sources": ["rtl/p_mul/p_mul_tb.v", "rtl/p_mul/p_mul.v", "rtl/p_mul/p_mul_checker.v", "rtl/p_addsub/p_addsub.v", "rtl/p_shfrot/p_shfrot.v"]}, "run": {"args": ["-fst"]}, "waveform": "wave_p_mul.fst"}
2
+ {"tb_file_path": "rtl/xc_malu/xc_malu_tb.v", "simulator": "iverilog", "top_module": "xc_malu_tb", "work_subdir": null, "requires_submodules": false, "compile": {"args": ["-g2012"], "sources": ["rtl/xc_malu/xc_malu_tb.v", "rtl/xc_malu/xc_malu.v", "rtl/xc_malu/xc_malu_muldivrem.v", "rtl/xc_malu/xc_malu_divrem.v", "rtl/xc_malu/xc_malu_mul.v", "rtl/xc_malu/xc_malu_pmul.v", "rtl/xc_malu/xc_malu_long.v", "rtl/p_addsub/p_addsub.v", "rtl/p_mul/p_mul_checker.v"]}, "run": {"args": ["-fst"]}, "waveform": "wave_xc_malu.fst"}
scarv_xcrypto/testbenches.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "file_path": "rtl/p_mul/p_mul_tb.v",
4
+ "tb_type": "verilog",
5
+ "simulator": "icarus",
6
+ "makefile_path": null,
7
+ "top_module": "p_mul",
8
+ "rtl_files": [
9
+ "rtl/p_mul/p_mul.v",
10
+ "rtl/p_addsub/p_addsub.v",
11
+ "rtl/p_shfrot/p_shfrot.v"
12
+ ]
13
+ },
14
+ {
15
+ "file_path": "rtl/xc_malu/xc_malu_tb.v",
16
+ "tb_type": "verilog",
17
+ "simulator": "icarus",
18
+ "makefile_path": null,
19
+ "top_module": "xc_malu",
20
+ "rtl_files": [
21
+ "rtl/xc_malu/xc_malu.v",
22
+ "rtl/xc_malu/xc_malu_muldivrem.v",
23
+ "rtl/xc_malu/xc_malu_divrem.v",
24
+ "rtl/xc_malu/xc_malu_mul.v",
25
+ "rtl/xc_malu/xc_malu_pmul.v",
26
+ "rtl/xc_malu/xc_malu_long.v",
27
+ "rtl/p_addsub/p_addsub.v"
28
+ ]
29
+ }
30
+ ]
scarv_xcrypto/waveform_map.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "rtl/p_mul/p_mul_tb.v": "wave_p_mul.fst",
3
+ "rtl/xc_malu/xc_malu_tb.v": "wave_xc_malu.fst"
4
+ }