Jump to content

Recommended Posts

Posted

i want to consider capability to synthesis of sample systemc code whit agility compiler

i faced this error

 

aall
(E1064) Ports of type sc_bit are not allowed
systemc.h Line:324 Col:13
ag_util.h Line:33 Col:12
header.sc.h Line:1075 Col:2
synthesis.sc.cpp Line:6 Col:5
synthesis.sc.cpp Line:3 Col:6
Posted

I don't know agility compiler, but it looks like it doesn't support sc_bit - which isn't surprising at sc_bit has been deprecated for about 10 years!

 

Use bool instead and see what happens,

 

regards

Alan

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...