Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EDA-1776 & EDA-1777 fix #457

Merged
merged 4 commits into from
Aug 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ endif(NOT CMAKE_BUILD_TYPE)

set(VERSION_MAJOR 0)
set(VERSION_MINOR 0)
set(VERSION_PATCH 220)
set(VERSION_PATCH 221)

project(yosys_verific_rs)

Expand Down
2 changes: 1 addition & 1 deletion RTL_Benchmark
18 changes: 18 additions & 0 deletions suites/yosys_validation/bram_valid.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@
"num_process": 4,
"timeout": 1800,
"benchmarks": {
"EDA-1776": {
"compile_status" : "active",
"sim_status": "active",
"test_path": "RTL_Benchmark/Verilog/yosys_validation/EDA-1776/",
"top_module": "bytewrite_sp_ram_wf_block"
},
"EDA-1777": {
"compile_status" : "active",
"sim_status": "active",
"test_path": "RTL_Benchmark/Verilog/yosys_validation/EDA-1777/",
"top_module": "bytewrite_tdp_ram_wf"
},
"EDA-1587": {
"compile_status" : "active",
"sim_status": "active",
"test_path": "RTL_Benchmark/Verilog/yosys_validation/EDA-1587/",
"top_module": "axi_ram"
},
"EDA-402-komal": {
"compile_status" : "inactive",
"sim_status": "inactive",
Expand Down
2 changes: 1 addition & 1 deletion yosys
Submodule yosys updated from b90106 to e12042
2 changes: 1 addition & 1 deletion yosys-rs-plugin