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

Error in the path, gate level simulation #372

Open
Baungarten-CINVESTAV opened this issue Aug 31, 2024 · 1 comment
Open

Error in the path, gate level simulation #372

Baungarten-CINVESTAV opened this issue Aug 31, 2024 · 1 comment

Comments

@Baungarten-CINVESTAV
Copy link

The path of caravel_core.v is wrong on includes.gl.caravel_user_project it must be change from:

# Caravel user project includes	     
-v $(USER_PROJECT_VERILOG)/gl/user_project_wrapper.v    
-v $(USER_PROJECT_VERILOG)/gl/user_proj_example.v
-v $(USER_PROJECT_VERILOG)/gl/caravel_core.v
# default should be added according to the defaults used
#-v $(USER_PROJECT_VERILOG)/gl/gpio_defaults_block_0403.v     
#-v $(USER_PROJECT_VERILOG)/gl/gpio_defaults_block_0801.v     
#-v $(USER_PROJECT_VERILOG)/gl/gpio_defaults_block_1803.v 

to

# Caravel user project includes	     
-v $(USER_PROJECT_VERILOG)/gl/user_project_wrapper.v    
-v $(USER_PROJECT_VERILOG)/gl/user_proj_example.v
-v $(CARAVEL_ROOT)/verilog/gl/caravel_core.v
# default should be added according to the defaults used
#-v $(CARAVEL_ROOT)/verilog/gl/gpio_defaults_block_0403.v     
#-v $(CARAVEL_ROOT)/verilog/gl/gpio_defaults_block_0801.v     
#-v $(CARAVEL_ROOT)/verilog/gl/gpio_defaults_block_1803.v 

the path must be point to caravel/verilog/gl/

@marwaneltoukhy
Copy link
Member

Hi @Baungarten-CINVESTAV, no this is actually the correct path, after running the script that generates the gpio defaults, it will produce a caravel_core.v netlist under your project.

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

2 participants