Altera_Forum
Honored Contributor
17 years agoProtect name of an entity pin
Moi
I have the following problem: An output of an entity is directly fed by a state machine. After mapping, this signal is called something like Mux324, having a different number after hdl changes. I now want to put an assignment on this signal... I could not find a way to protect the name of the signal so far. It is the output of a Mux, not a register, so PRESERVE_REGISTER doesn't work. PROTECT_HIERARCHICAL_BOUNDARY doesn't help either, the name is changed. IMPLEMENT_AS_OUTPUT_OF_LOGIC_CELL produces nothing new, the signal is already an lcell-output. LCELL_INSERTION doesn't work on StratixIII (correct?) I have some far-a-way memories, that there was some assignment to protect logic, but I can't find that one anymore (would it help?) Any ideas? Thanks emanuel