rochadiego / neural-network-fpga

This project propose an alternative implementation of Perceptron Multilayer Neural Networks to solve binary classification problem in FPGAs devices.
GNU General Public License v3.0
1 stars 3 forks source link

tasks #1

Open rochadiego opened 3 years ago

rochadiego commented 3 years ago
zhifeixu commented 2 years ago

Hello, Sorry to disturb you here, i can not find your contact information elsewhere, but I got problems when running your code in Vivado, I do not know how to fix this, can you help on it?

Thanks a lot

[Synth 8-1031] hread is not declared ["C:/Users/1neural-network-fpga-main/test/test.srcs/sources_1/imports/neural-network-fpga-main/network_pkg.vhd":93]

rochadiego commented 2 years ago

Hello, I am glad that you visited my project! I did not face this problem using Quartus nor GHDL, but hread (std.textio) is basically used to read one line from a .txt file, so you just have to replace it.

Unfortunately I do not have Vivado on my computer, but: 1 - Are you using VHDL 2008? 2 - Try to replace "hread" by "read"

On Tue, Dec 21, 2021 at 11:12 AM zhifeixu @.***> wrote:

Hello, Sorry to disturb you here, i can not find your contact information elsewhere, but I got problems when running your code in Vivado, I do not know how to fix this, can you help on it?

Thanks a lot

[Synth 8-1031] hread is not declared ["C:/Users/1neural-network-fpga-main/test/test.srcs/sources_1/imports/neural-network-fpga-main/network_pkg.vhd":93]

— Reply to this email directly, view it on GitHub https://github.com/rochadiego/neural-network-fpga/issues/1#issuecomment-998811968, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK2ZXAYAG5K72CEYFMXKH53USCDOVANCNFSM5BMVEBHQ . You are receiving this because you authored the thread.Message ID: @.***>