-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems about C cimulation and ZYNQ Board #41
Comments
|
Thanks for your solution. Increasing the size of SHARED_DRAM is right. I am working on the simplification now and may need your help again if new trouble occures. |
@JackChenofNCP I have a question. I would like to ask how to increase the size of SHARED_DRAM. How to achieve specific. THANKS |
In the cpu_top.cpp, see the line 199, SHARED_DRAM = (char *)malloc(total_size); |
@PSlearner why did we have to double it? can we get the exact space for SHARED_DRAM ? |
Hi, David. I am interested in you zynqnet. It's really a great work. Thanks for sharing. I learnt a lot from you report and code. So I am trying to test you CNN on my own ZedBoard these days and have met 2 problems.
FPGA: Computing .....@e Simulation failed: SIGSEGV.
@e [SIM-1] CSim failed with errors.
4
while executing
"source D:/Users/Administrator/zynqnet/solution1/csim.tcl"
invoked from within
"hls::main D:/Users/Administrator/zynqnet/solution1/csim.tcl"
("uplevel" body line 1)
invoked from within
"uplevel 1 hls::main {*}$args"
(procedure "hls_proc" line 5)
invoked from within
"hls_proc $argv"
I am not quite familiar with HLS. Could you please help me figuring out why this occured? Thank you.
So it seems I have to make some simplification to your zynqnet in order to test it on my board. And I know of course that will damage the performance of your CNN but I really want to make it work on my board. So could you give me some advice on how to shrinking down the size of your zynqnet without causing too much damage to the performance? Thanks. Looking forward to your reply.
The text was updated successfully, but these errors were encountered: