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

Add support for Xilinx Spartan-3A(N) FPGA Starter Kit (up to bitgen f… #91

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

imranyusuff
Copy link

…or now)

Issues (all related to edalize):

  1. The device family for Spartan3A(N) is named "Spartan3A and Spartan3AN" which have spaces. Edalize does not yet emit {family} with quotes so without escaping the double quotes inside the quoted string, there will be multiple argument error.

  2. I can only program the FPGA if, within the generated pgm file, I add the switch -onlyFpga on the program command. Suggest to add parameter program_args to allow arbitrary switches to be specified.

@olofk
Copy link
Contributor

olofk commented Dec 18, 2022

Great! Thanks. I took the opportunity to fix this in the ISE backend (olofk/edalize#360). Would you mind testing if it works without the double quoutes using this fix?

As for programming, we could look into a patch to fix that too later on

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

Successfully merging this pull request may close these issues.

2 participants