Do you have a question? Post it now! No Registration Necessary
Subject
- Posted on
- Johann Klammer
February 26, 2016, 4:21 pm

Specifically it's about how to specify the function to implement in the FGEN instance.
this I have as the cell definition early in the file:
[...]
(cell fgen (cellType generic)
(view fgen (viewType netlist)
(interface
(parameter FUNCTION (string ""))
(port A (direction INPUT))
(port B (direction INPUT))
(port C (direction INPUT))
(port D (direction INPUT))
(port G (direction OUTPUT))
)
)
)
[...]
later I have:
[...]
(instance C_fgen
(viewRef fgen (cellRef fgen (libraryRef &_36_ATMEL_FPGA_47_cells)))
(parameterAssign FUNCTION (string "A*B+C*D"))
)
[...]
cadences edif2fig program
chokes on the `string' token

Am I using `parameter' and `parameterAssign' correctly?
If not, what are their semantics?
Should I use `property' instead?
???
this I have as the cell definition early in the file:
[...]
(cell fgen (cellType generic)
(view fgen (viewType netlist)
(interface
(parameter FUNCTION (string ""))
(port A (direction INPUT))
(port B (direction INPUT))
(port C (direction INPUT))
(port D (direction INPUT))
(port G (direction OUTPUT))
)
)
)
[...]
later I have:
[...]
(instance C_fgen
(viewRef fgen (cellRef fgen (libraryRef &_36_ATMEL_FPGA_47_cells)))
(parameterAssign FUNCTION (string "A*B+C*D"))
)
[...]
cadences edif2fig program
chokes on the `string' token

Am I using `parameter' and `parameterAssign' correctly?
If not, what are their semantics?
Should I use `property' instead?
???
Site Timeline
- » VQ44 recommended footprint
- — Next thread in » Field-Programmable Gate Arrays
-
- » Sending multiple MSI interrupts via Xilinx "AXI Memory Mapped to PCIe" core
- — Previous thread in » Field-Programmable Gate Arrays
-
- » MachXO2 internal clock tolerance / accuracy
- — Newest thread in » Field-Programmable Gate Arrays
-
- » Altera Cyclone replacement
- — Last Updated thread in » Field-Programmable Gate Arrays
-
- » 18650 battery holder
- — The site's Newest Thread. Posted in » Hobby Electronics Basics
-