1/1
fusesoc use on atlys board
by darkzihard on Jul 3, 2016 |
darkzihard
Posts: 15 Joined: May 26, 2014 Last seen: Mar 29, 2020 |
||
i want to run fusesoc on atlys board
so i tried to make bitstream file using fusesoc build atlys command However, such a message is not executed emerge. INFO: Preparing ac97 INFO: Checking out http://opencores.org/ocsvn/ac97/ac97/trunk/rtl/verilog revision 21 to /root/.cache/fusesoc/ac97 Authentication realm: " target="_blank">http://opencores.org:80> Subversion repository Username: i have entered my opencore id to the "username". However, it did not have any reaction. To create a bitstream is, what should I do? |
RE: fusesoc use on atlys board
by olof on Jul 3, 2016 |
olof
Posts: 218 Joined: Feb 10, 2010 Last seen: Dec 17, 2018 |
||
I'm not sure what's wrong here. FuseSoC should be able to access the repositories without having to manually enter a username or password. If there is a problem with OpenCores SVN, we can try to load the core from an alternative location (all repos were mirrored to github.com/freecores a while ago).
To do that, you can download an ac97.core file that I have prepared here https://www.dropbox.com/s/hfk7qbud6iu442b/ac97.core?dl=0 . Put the file in a directory somewhere on your computer, run "fusesoc --cores-root=/path/to/the_directory_of_the_core_file core-info ac97", check the output and verify that the core root is set to the directory where you put the core file. You should now be able to run fusesoc again with "fusesoc --cores-root=/path/to/the_directory_of_the_core_file build atlys" Let me know if that helps //Olof |
RE: fusesoc use on atlys board
by darkzihard on Jul 4, 2016 |
darkzihard
Posts: 15 Joined: May 26, 2014 Last seen: Mar 29, 2020 |
||
unfortunately, The same message appears on the screen. using --core-root=/../../
de0-nano board is not a problem. Why atlys board, I do not know such a problem occurs. |
RE: fusesoc use on atlys board
by olof on Jul 5, 2016 |
olof
Posts: 218 Joined: Feb 10, 2010 Last seen: Dec 17, 2018 |
||
If you get the same error, it means that FuseSoC didn't find the new .core file. I would like to check a few things first.
Did you verify that the new .core file was used when you run fusesoc --cores-root=/../.... core-info ac97? Are you sure that ac97 is the problem, or could it be another core that is also fetched from OpenCores SVN? The reason why you don't see any problems with the de0_nano board is because all cores that is used in that system has been moved to github to get around OpenCores SVN issues. |
RE: fusesoc use on atlys board
by darkzihard on Jul 5, 2016 |
darkzihard
Posts: 15 Joined: May 26, 2014 Last seen: Mar 29, 2020 |
||
Changing the ac97.core, i solve the problem.
but,other core was occured same problem it seems to reason that fusesoc didn't find the new .core file to solve the problem, what should i do? and i have one more question fusesoc has jtag_tap module. is it standard JTAG module?? i'm sorry for my english is insufficient. |
RE: fusesoc use on atlys board
by olof on Jul 20, 2016 |
olof
Posts: 218 Joined: Feb 10, 2010 Last seen: Dec 17, 2018 |
||
Hi again,
Sorry for the late reply. It seems like there is a problem with getting FuseSoC to access the cores on opencores. It might be that the user that FuseSoC is using has been removed. I haven't verified this though, but I'll try to move the rest of the cores to download from github instead of opencores so we won't have problems with this in the future |
1/1