Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20735 Discussions

Placement le constraints

Altera_Forum
Honored Contributor II
1,133 Views

I have some problems about the syntax to do the placement of the les. 

In a Xilinx project i have placed all in a single lut with attribute xc_map , xc_uset and xc_rloc. 

Can i do the same thing in quartus ii for altera cyclone ii ? 

Which is the exact syntax for quartus ii ?
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
296 Views

I'm not familiar with the Xilinx commands, but placing LEs by hand is not something that most users do for Altera... The placement & routing in the tool will likely do a better job than you can do by hand (except in rare complex cases where some guidance can help with specific parts of the design, but you certainly wouldn't do it for a full design).  

 

There are location assignments you can make for the Fitter, which rely on the node names after synthesis. If you know the node names you can make placement assignments - I think similar to rloc. To help preserve node names through synthesis, you can use the attributes preserve and keep, documented in Help or the Handbook on Altera's web site. To see examples of the assignment syntax, I recommend using the GUI to back-annotate the placement of a sample design (Assignments menu). You can also try using LogicLock regions to constrain a module of your design, you can find info in Help on how to use those assignments.
0 Kudos
Reply