GadgetFactory / Arduino-Soft-Core

http://papilio.cc/index.php?n=Papilio.ArduinoCore
64 stars 21 forks source link

Some source files are missing #5

Open StefQM opened 11 years ago

StefQM commented 11 years ago

Hi, I opened the latest 'master' version in ise (13.4) and I'm missing some source-files. When I look to the hierarchy window, I see that the following instantiations are not found:

ZvonimirBandic commented 11 years ago

Stef, You are right - I am trying to fix now.

StefQM commented 11 years ago

Ok, thanx. :)

On Thu, 06 Jun 2013 15:25:30 -0700, Zvonimir Bandic wrote:

Stef, You are right - I am trying to fix now.

Reply to this email directly or view it on GitHub [1].

Links:

[1] https://github.com/GadgetFactory/Arduino-Soft-Core/issues/5#issuecomment-19078386

ZvonimirBandic commented 11 years ago

Stef - let me know if it works now. I think Jack has not merged it yet, so try: https://github.com/ZvonimirBandic/Arduino-Soft-Core

On Sat, Jun 8, 2013 at 1:21 AM, Stef? notifications@github.com wrote:

Ok, thanx. :)

On Thu, 06 Jun 2013 15:25:30 -0700, Zvonimir Bandic wrote:

Stef, You are right - I am trying to fix now.

Reply to this email directly or view it on GitHub [1].

Links:

[1]

https://github.com/GadgetFactory/Arduino-Soft-Core/issues/5#issuecomment-19078386

— Reply to this email directly or view it on GitHubhttps://github.com/GadgetFactory/Arduino-Soft-Core/issues/5#issuecomment-19145212 .

StefQM commented 11 years ago

Hello,

I opened the 250E project in ISE.

Several files were still missing in the hierarchy. I could find them though somewhere in the sources dir and added them myself.

Unfortunately, synthesizing still fails. ...So good that Jack didn't merge them yet. :)

The error:

HDLParsers:3014 - "C:/Documents and Settings/beq03558/My Documents/GitHub/Arduino-Soft-Core/sources/spi_mod/spi_mod.vhd" Line 12. Library unit std_library is not available in library work.

Removed the line causing the error, then get error:

HDLParsers:3014 - "C:/Documents and Settings/beq03558/My Documents/GitHub/Arduino-Soft-Core/sources/spi_mod/spi_mod.vhd" Line 14. Library unit avr_adr_pack is not available in library work.

..etc..

In the mean time I tried v1.6, and that one compiles fully. (Didn't try it one hardware yet)

I suggest that before commiting your changes or sending out a pull-request, you clone your repository into a new directory to be able to verify that everything is in...

Kind regards,

Stef?

On Sat, 08 Jun 2013 13:15:54 -0700, Zvonimir Bandic wrote:

Stef - let me know if it works now. I think Jack has not merged it yet, so try: https://github.com/ZvonimirBandic/Arduino-Soft-Core

On Sat, Jun 8, 2013 at 1:21 AM, Stef? wrote:

Ok, thanx. :)

On Thu, 06 Jun 2013 15:25:30 -0700, Zvonimir Bandic

wrote:

Stef, You are right - I am trying to fix now.

Reply to this email directly or view it on GitHub [1].

Links:

[1]

https://github.com/GadgetFactory/Arduino-Soft-Core/issues/5#issuecomment-19078386

Reply to this email directly or view it on GitHub

.

Reply to this email directly or view it on GitHub [1].

Links:

[1] https://github.com/GadgetFactory/Arduino-Soft-Core/issues/5#issuecomment-19154766

ZvonimirBandic commented 11 years ago

stef - thanks. I am a victim of Tortoise SVN - I have lost control over it, I think...I will do exactly as You suggest now, to make sure I am uploading everything correctly. BR ,Z.

On Sun, Jun 9, 2013 at 2:17 AM, Stef? notifications@github.com wrote:

Hello,

I opened the 250E project in ISE.

Several files were still missing in the hierarchy. I could find them though somewhere in the sources dir and added them myself.

Unfortunately, synthesizing still fails. ...So good that Jack didn't merge them yet. :)

The error:

HDLParsers:3014 - "C:/Documents and Settings/beq03558/My Documents/GitHub/Arduino-Soft-Core/sources/spi_mod/spi_mod.vhd" Line 12. Library unit std_library is not available in library work.

Removed the line causing the error, then get error:

HDLParsers:3014 - "C:/Documents and Settings/beq03558/My Documents/GitHub/Arduino-Soft-Core/sources/spi_mod/spi_mod.vhd" Line 14. Library unit avr_adr_pack is not available in library work.

..etc..

In the mean time I tried v1.6, and that one compiles fully. (Didn't try it one hardware yet)

I suggest that before commiting your changes or sending out a pull-request, you clone your repository into a new directory to be able to verify that everything is in...

Kind regards,

Stef?

On Sat, 08 Jun 2013 13:15:54 -0700, Zvonimir Bandic wrote:

Stef - let me know if it works now. I think Jack has not merged it yet, so try: https://github.com/ZvonimirBandic/Arduino-Soft-Core

On Sat, Jun 8, 2013 at 1:21 AM, Stef? wrote:

Ok, thanx. :)

On Thu, 06 Jun 2013 15:25:30 -0700, Zvonimir Bandic

wrote:

Stef, You are right - I am trying to fix now.

Reply to this email directly or view it on GitHub [1].

Links:

[1]

https://github.com/GadgetFactory/Arduino-Soft-Core/issues/5#issuecomment-19078386

Reply to this email directly or view it on GitHub

.

Reply to this email directly or view it on GitHub [1].

Links:

[1]

https://github.com/GadgetFactory/Arduino-Soft-Core/issues/5#issuecomment-19154766

— Reply to this email directly or view it on GitHubhttps://github.com/GadgetFactory/Arduino-Soft-Core/issues/5#issuecomment-19163119 .

jackgassett commented 11 years ago

let me look into these missing files.

jackgassett commented 11 years ago

Ah, I see ZvonimirBandic submitted a pull request. I pulled the missing files in but it looks like we are still missing:

use WORK.std_library.all; use WORK.avr_adr_pack.all;

Jack.

ZvonimirBandic commented 11 years ago

Jack - I have uploaded remaining files, then downloaded my design from my fork, to verify that compilation works. Sent a pul request. Thanks, and sorry for inconvencinces I have caused.

Zvonimir

On Tue, Jun 11, 2013 at 9:40 AM, jackgassett notifications@github.comwrote:

Ah, I see ZvonimirBandic submitted a pull request. I pulled the missing files in but it looks like we are still missing:

use WORK.std_library.all; use WORK.avr_adr_pack.all;

Jack.

— Reply to this email directly or view it on GitHubhttps://github.com/GadgetFactory/Arduino-Soft-Core/issues/5#issuecomment-19274039 .