Guest pepevi Posted March 21, 2011 Report Share Posted March 21, 2011 Jack (or whom it may concern), There is a tar.gz in https://github.com/GadgetFactory/Arduino-Soft-Core/tree/master/sources which differs from the source files. Specifically, https://github.com/GadgetFactory/Arduino-Soft-Core/blob/master/sources/Memory/XPM8Kx16.vhd makes use of CPROGMEMSIZE and the one in the tar doesn't. Is there a reason or should the tar.gz be removed? Regards. Link to comment Share on other sites More sharing options...
Guest pepevi Posted March 21, 2011 Report Share Posted March 21, 2011 Also: Papilio_AVR8.vhd was compiling ok but when trying to simulate in ModelSim there was an unbound error. Replace: Line 305: AVR_Core_Inst: AVR_Core port map( with: AVR_Core_Inst:component AVR_Core port map( Link to comment Share on other sites More sharing options...
Jack Gassett Posted March 21, 2011 Report Share Posted March 21, 2011 Hello pepevi, The tar.gz file in that directory is the original unmodified source downloaded from the Opencores website. It probably makes sense to move it into a directory called original-source or something like that so it is not so confusing. I'll look at the Simulation issue, most likely since the top level name changed there needs to be changes in the test bench. Jack. Link to comment Share on other sites More sharing options...
Guest pepevi Posted March 21, 2011 Report Share Posted March 21, 2011 Jack, I'm already simulating the new core, I'll post the testbench when I have the time to clean it up. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.