-
Notifications
You must be signed in to change notification settings - Fork 8
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
SIMTight files for Vivado #24
Comments
Hi @Tevofrost, SIMTight is not yet supported on Vivado (Xilinx), only Quartus (Intel). |
I am currently working on a project for SIMTight to work on a lower end board and I am aware that there is no support but I want to create a project for a Xilinx board (PYNQ Z2 board) but for that I'll need the src code or verilog files or the RTL codes. I aim having issues with the installation of Quartus because I don't have the license for the pro version and the lite version 22.1 and 20.1 has an issue with the quartus_ipgenerate. I get an error that the command is not found and when I check the Quartus bin folder, the quartus_ip generate is not found, this is probably because it is a lite version. Would it be possible to provide the src code or verilog files or the RTL codes so that I can build the project from scratch in Vivado? |
The Verlog RTL can be generated by typing Please see issue #16 for a similar question asked before. |
Hi, I ran the command (./cheribuild.py run-riscv64-purecap -d) because I was trying to build the cheri dependencies but I am stuck at a place where I am being asked for a login and password but that was not indicated in the Cheribuild Readme.md. |
Hi @Tevofrost, I've not seen that problem before. I recommend looking at the |
"The DRAM bandwidth on the PYNQ is lower, so one would probably halve the DRAM bus width and the number of vector lanes in Config.h." This statement is in an open issue, I checked the config.h file but I don't see a Dram bus width, please what is the Dram bus width in the config.h file or is the Dram bus width an equivalent of the DRAMBURSTWIDTH in the config.h file? |
These lines control the DRAM bus width: https://github.com/CTSRD-CHERI/SIMTight/blob/master/inc/Config.h#L8-L13 There are restrictions (not well documented) on what values can be set here. So a better approach may be to narrow the bus width outside of SIMTight. For example, on Intel FPGAs, QSys should take care of width adaption automatically. |
Hi, Please I'm currently working on the constraint files and I have found the .qsf and .sdc files but I don't really understand how to find the signals and their corresponding pins in the .qsf files so that I can convert it to .xdc for xilinx and the information on intel site isn't very helpful. I would also like to confirm if simtight.v is the top module. Thank you. |
I've found the top module. Thanks |
I have a couple of issues that i am facing: The above issues are what i am currently facing, please can you suggest how i can go about solving them. |
Hi, Please I am new to hardware and vivado and I don't know how to find the files which are required for creating a Vivado project for the SIMTight project. Please what do i need to create the Vivado project. Thank you.
The text was updated successfully, but these errors were encountered: