Hello. I'm doing some test with Vivado. I imported the following VHDL code:
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
The code seems correct but I get design error empty. Any idea? Thanks
Hello world VHDLHello. I'm doing some test with Vivado. I imported the following VHDL code:
The code seems correct but I get design error empty. Any idea? Thanks You will be able to simulate this entity (the Simulator issuing "Hello World"). But as there are no outputs on the entity, the synthesis result will be empty (there is nothing required to produce nothing). Junior H. wrote: > I get design error empty. Any idea? What did you do? What did you expect? Why did you expect that? Waht did you get instead?
Guest
#4256989
Moderator, Junnior H expect a more friendly response .... no more questions to your question ..... If anyone friendlier and who knows the subject ... please answer Julio wrote: > Junnior H expect a more friendly response .... Maybe and obviously. And now?
Guest
#4257098
Howdy Junior, u are welcome - Junior H. wrote: > Hello. I'm doing some test with Vivado. I imported the following VHDL > code: >
> The code seems correct but I get design error empty. Any idea?
where you want 'report' your "Hello World" ?
and is this ok, only if process goes false?
you will never get a message if process was successfull ;-)
assertion_statement ::= [ label : ] assertion ;
assertion ::=
ASSERT condition
[ REPORT expression ]
[ SEVERITY expression ];
have a look to a shool example :
attached is a Vivado Hello World example best wishes rudi ;-)
Guest
#4257111
push# perhabs you can have a look to a simply hello world, like this:
;-)
Guest
#4257261
push# https://forums.xilinx.com/t5/7-Series-FPGAs/Hello-World-vhdl/m-p/641855 have you solved your last? are you generating with some jave tool again? ..
Guest
#4257263
push# perhabs same issue like the cross post? https://forums.xilinx.com/t5/Implementation/Place-30-494-The-design-is-empty/m-p/645476#M13148 bye .. ReplyPlease log in before posting. |