Avr8 cleanup


Guest pepevi

Recommended Posts

Guest pepevi

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

Guest pepevi

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

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

Archived

This topic is now archived and is closed to further replies.