Generated Verilog

Does anyone know if you can see and/or work with the Verilog code that is created from using Lucid and Alchitry Labs ?

I would like to see my code and be able to use the schematics that [color=#0a0a0a][size=medium][font=Helvetica,]Vivado makes.[/font][/size][/color]

[color=#0a0a0a][size=medium][font=Helvetica,]Thanks,[/font][/size][/color]
[color=#0a0a0a][size=medium][font=Helvetica,]JT[/font][/size][/color]

Hi,

there should be a working directory generated by Alchitry Labs with a verilog subdirectory.

I can’t check it as I don’t use Alchitry Labs but there was an issue before where I had seen it.

  • RRC

RRC is right. After building your project there is a “work” folder in the project directory. In there their is a “verilog” folder with your converted source files.

You can also open the Vivado project directly in Vivado if you want. The file is in “work/vivado/PROJECT_NAME/PROJECT_NAME.xpf” where PROJECT_NAME is the name of your project.

Just note that the entire “work” folder is deleted when you build your project. If you want to work on these files directly you need to copy them somewhere else.