Forum Discussion
Altera_Forum
Honored Contributor
16 years agoIssue in component editor
Hi all. I try to write a validation callback for a component I just wrote. I get a weird TCL issue (that I don't get in a classical TCL script, I checked) Here is my code: --...
Altera_Forum
Honored Contributor
16 years agoIf you search through the ip folder for .tcl files you might find one that uses HDL boolean parameters. I was lazy and just used a regular integer parameter in the HDL and then made it appear as a boolean (checkbox) in the GUI by setting the display hint to boolean. By using a display hint of boolean it can only get set to 0 or 1 so you might be able to do the same.