Skip to content
Snippets Groups Projects
Commit 82bf54ae authored by Irina LEE's avatar Irina LEE
Browse files

add new data type in port converter (syscams)

parent e7a3ff08
No related branches found
No related tags found
1 merge request!72Syscams
......@@ -220,6 +220,7 @@ public class JDialogSysCAMSPortConverter extends JDialog implements ActionListen
listArrayTypeString.add("int");
listArrayTypeString.add("bool");
listArrayTypeString.add("double");
listArrayTypeString.add("sc_uint<32>");
if (port.getFather() != null) {
if (port.getFather() instanceof SysCAMSBlockTDF) {
if (!((SysCAMSBlockTDF) port.getFather()).getListTypedef().isEmpty()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment