byuccl / bfasst

Tools for FPGA Assurance Flows
Apache License 2.0
12 stars 4 forks source link

patch 295 #352

Closed yonnorc42 closed 7 months ago

yonnorc42 commented 7 months ago
jgoeders commented 7 months ago

@yonnorc42 The vivado setup script is expecting a bash shell, so you may want to just try running the command in bash.

Something like this:

bash -c "source <path> && vivado ..."

yonnorc42 commented 7 months ago

@jgoeders I tried that. I'm still getting the duplicate channel name error every couple times I run the tests.

jgoeders commented 7 months ago

Closing as fixed by #379 instead.