Re: [myhdl-list] [ANN] myhdl_tools 0.0.1
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2013-12-03 02:51:51
|
On 12/2/13 12:38 PM, Thomas Heller wrote: > Am 02.12.2013 16:48, schrieb Christopher Felton: >> Thanks for the feedback! I have fixed these >> issues and will push a new release, 0.0.2 >> ASAP. > > Not so quick :-) > > Here are two other issues I found: > > 1. The ucf file is not added to the project file, so the pin mappings > are not used. > I don't observe the same behavior, if you look at the <proj>.tcl file in the xilinx directory you should see something like the following: cd ./xilinx/ # set ucf file: set constraints_file xula.ucf https://gist.github.com/cfelton/7763151 I am testing with ISE 14.5 on LUbuntu. Regards, Chris |