Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

.ucf to Xilinx Platform Studio

Status
Not open for further replies.

bLurLiNg88

Newbie level 6
Joined
Jan 16, 2008
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,434
xilinx ucf file

any idea if we can implement .ucf file in XPS? of can we use .v file in XPS? need the use of microblaze

Thanks in advance! :)
 

xps ucf

thx! i've read up on that

but the prob now is.. if i can use ISE's .ucf file in XPS.. izzit the same?

i've actaully tried to add in some codes for pinout in XPS's .ucf file

# VGA port

NET "vga_r" LOC = "R12" ;
NET "vga_g" LOC = "T12" ;
NET "vga_b" LOC = "R11" ;
NET "vga_hs" LOC = "R9" ;
NET "vga_vs" LOC = "T10" ;

# PS2 port
NET "ps2_d" LOC = "M15" ;
NET "ps2_c" LOC = "M16" ;

i found these codes on net.. when i generate the bitstream this is the error msg i've got.

Applying constraints in "system.ucf" to the design...
ERROR:NgdBuild:755 - "system.ucf" Line 126: Could not find net(s) 'vga_r' in the
design. To suppress this error specify the correct net name or remove the
constraint. The 'Allow Unmatched LOC Constraints' ISE property can also be
set ( -aul switch for command line users).
ERROR:NgdBuild:755 - "system.ucf" Line 127: Could not find net(s) 'vga_g' in the
design. To suppress this error specify the correct net name or remove the
constraint. The 'Allow Unmatched LOC Constraints' ISE property can also be
set ( -aul switch for command line users).
ERROR:NgdBuild:755 - "system.ucf" Line 128: Could not find net(s) 'vga_b' in the
design. To suppress this error specify the correct net name or remove the
constraint. The 'Allow Unmatched LOC Constraints' ISE property can also be
set ( -aul switch for command line users).
ERROR:NgdBuild:755 - "system.ucf" Line 129: Could not find net(s) 'vga_hs' in
the design. To suppress this error specify the correct net name or remove
the constraint. The 'Allow Unmatched LOC Constraints' ISE property can also
be set ( -aul switch for command line users).
ERROR:NgdBuild:755 - "system.ucf" Line 130: Could not find net(s) 'vga_vs' in
the design. To suppress this error specify the correct net name or remove
the constraint. The 'Allow Unmatched LOC Constraints' ISE property can also
be set ( -aul switch for command line users).
ERROR:NgdBuild:755 - "system.ucf" Line 133: Could not find net(s) 'ps2_d' in the
design. To suppress this error specify the correct net name or remove the
constraint. The 'Allow Unmatched LOC Constraints' ISE property can also be
set ( -aul switch for command line users).
ERROR:NgdBuild:755 - "system.ucf" Line 134: Could not find net(s) 'ps2_c' in the
design. To suppress this error specify the correct net name or remove the
constraint. The 'Allow Unmatched LOC Constraints' ISE property can also be
set ( -aul switch for command line users).
ERROR:parsers:11 - Encountered unrecognized constraint while parsing.
ERROR:NgdBuild:19 - Errors found while parsing constraint file "system.ucf".


any idea how to solve this?
 

xps error in ucf

1) Make empty ucf file.
2) Run constrain editor in ISE
3) Find correct signal name and use it in UCF file
 

setting ucf xilinx

oh thx alot! but ermm.. could u elaborate more on the methods? hm kindda confuse coz im not familiar wif the equipments..
 

xilinx platform studio set project

.UCF in XPS and ISE both are more or less same

In your case
once BSB is done .UCF file will be created in XPS project just open it(contails all top level ports) and edit .
If you are not comforatable with this you can use ISE's UCF
But make sure that all toplevel ports of your XPS project matches with the port names in UCF..
If not look in to external ports in XPS and change accordin to it
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top