Skip to content

Commit

Permalink
Merge pull request #524 from RapidSilicon/EDA-2377_fix
Browse files Browse the repository at this point in the history
EDA-2377 Updated condition for read_first TDP for new_RS_BRAM PRIMITIVES
  • Loading branch information
ayyazahmed-rs authored Jan 9, 2024
2 parents 6b4fdf2 + c4b1ebb commit b8004e7
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set(VERSION_MAJOR 0)
set(VERSION_MINOR 0)


set(VERSION_PATCH 267)
set(VERSION_PATCH 268)


project(yosys_verific_rs)
Expand Down
2 changes: 1 addition & 1 deletion RTL_Benchmark
20 changes: 19 additions & 1 deletion suites/yosys_validation/bram_valid.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
"num_process": 4,
"timeout": 1800,
"benchmarks": {
"EDA-2292": {
"compile_status" : "active",
"sim_status": "active",
"test_path": "RTL_Benchmark/Verilog/yosys_validation/EDA-2292/",
"top_module": "ram_simple_dp_dc_with_re_512x32"
},
"EDA-1776": {
"compile_status" : "active",
"sim_status": "active",
Expand Down Expand Up @@ -182,7 +188,7 @@
"top_module": "rams_sp_reg_addr_readmem_1024x1"
},
"EDA-1091": {
"compile_status" : "active",
"compile_status" : "inactive",
"sim_status": "inactive",
"test_path": "RTL_Benchmark/Verilog/yosys_validation/EDA-1091/",
"top_module": "aes_256_sr_top"
Expand Down Expand Up @@ -318,6 +324,18 @@
"sim_status": "inactive",
"test_path": "RTL_Benchmark/Verilog/yosys_validation/EDA-1436",
"top_module": "rams_sp_rf_rst_async_512x16_block"
},
"read_first_tdp_512x16": {
"compile_status" : "inactive",
"sim_status": "active",
"test_path": "RTL_Benchmark/Verilog/yosys_validation/read_first_tdp_512x16/",
"top_module": "ram_true_dp_rf_512x16"
},
"read_first_tdp_if_if_512x16": {
"compile_status" : "inactive",
"sim_status": "active",
"test_path": "RTL_Benchmark/Verilog/yosys_validation/read_first_tdp_if_if_512x16/",
"top_module": "read_first_tdp_if_if_512x16"
}
}
}
2 changes: 1 addition & 1 deletion yosys
Submodule yosys updated from 65c41d to a6793a
2 changes: 1 addition & 1 deletion yosys-rs-plugin

0 comments on commit b8004e7

Please sign in to comment.