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

Unresolved hierarchical reference #2246

Open
CrazybinaryLi opened this issue Jan 1, 2024 · 0 comments
Open

Unresolved hierarchical reference #2246

CrazybinaryLi opened this issue Jan 1, 2024 · 0 comments

Comments

@CrazybinaryLi
Copy link

CrazybinaryLi commented Jan 1, 2024

Error encountered when using the bind statement with SVA. The URL of the project is https://github.com/aytung94/DV_S2QED_RISCV/tree/master/rtl/mriscvcore . Parsing the yosys script (.ys) as follows:

plugin -i systemverilog

read_systemverilog -formal
./ALU/ALU.v
./DECO_INSTR/DECO_INSTR.v
./FSM/FSM.v
./IRQ/IRQ.v
./MEMORY_INTERFACE/MEMORY_INTERFACE.v
./MULT/MULT.v
.REG_FILE/REG_FILE.v
./UTILITIES/UTILITY.v
./mriscvcore.v
./rv32_opcodes.v
./jg_bind_wrapper.sv
./mriscvcore_top_s2qed.v ;

prep -top mriscvcore_top_s2qed;

hierarchy -check;

chformal -assume -early;

memory;

flatten;

sim -clock clk -resetn rstn -n 5 -rstlen 5 -zinit -w mriscvcore_top_s2qed;

setundef -undriven -expose;

write_btor fsm.btor2

Encountered an error: unresolved hierarchical reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant