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

Xilinx Synthesis Fails #160

Open
msaideroglu opened this issue Jul 26, 2024 · 2 comments
Open

Xilinx Synthesis Fails #160

msaideroglu opened this issue Jul 26, 2024 · 2 comments

Comments

@msaideroglu
Copy link

I used the automated make script to generate a Vivado project for FPGA implementation of Vortex. It creates the project however gives error during synthesis:

[Synth 8-2671] single value range is not allowed in this mode of verilog ["/vortex/build/hw/syn/xilinx/test/project_1/src/Vortex_top.v":51]

When I reconfig the file type as SystemVerilog, then behavioral simulation gives this error during elaboration phase:

[VRFC 10-2063] Module <design_1_axi_bram_ctrl_0_0> not found while processing module instance <axi_bram_ctrl_0> ["/vortex/build/hw/syn/xilinx/test/project_1/project_1.ip_user_files/bd/design_1/sim/design_1.v":131]

@xpww
Copy link

xpww commented Aug 3, 2024

I also have this issue, Vortex_top.v uses the syntax of sv, causing the syntax to emulation normally.

@redpanda3
Copy link

Hi, may I ask how long it would take for synthesis?

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

3 participants