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

Tapa Fast Co-sim Unable to open ROM data verilog file #139

Open
abdulwadood97 opened this issue Aug 11, 2023 · 0 comments
Open

Tapa Fast Co-sim Unable to open ROM data verilog file #139

abdulwadood97 opened this issue Aug 11, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@abdulwadood97
Copy link

I have defined a global const array, which gets stored in the ROM. HW_EMU for the design works fine. Somehow the tapa fast cosim gives the warning below and the simulation hangs at "run_all" message.
"WARNING: File ./load_load_Pipeline_LOAD_LOOP_NDelta_BitMap_ROM_AUTO_1R.dat referenced on /tmp/tapa-fast-cosim.7wGFW0/output/tapa_fast_cosim_661243/ip_repo/haoda_xrtl_data_decoding_1_0/src/load_load_Pipeline_LOAD_LOOP_NDelta_BitMap_ROM_AUTO_1R.v at line 23 cannot be opened for reading. Please ensure that this file is available in the current working directory."

The file exists in the directory and read write permission is enabled,
That file contains this part of code to read the memory first and some other logic
"
initial begin
$readmemh("./load_load_Pipeline_LOAD_LOOP_NDelta_BitMap_ROM_AUTO_1R.dat", ram);
end
"

@dotkrnl dotkrnl added the enhancement New feature or request label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants