Elektronman
Member level 5
Hello,
I'm working on a real time image elaboration project for the Atlys board (Spartan6-based). I use verilog and the Web ISE
Project Navigator.
I need to add support for UART communications, so that I can communicate (essentially send commands and receive status flags) with the Atlys board through a PC. I found a serial (UART) communication module based on the Picoblaze here: https://tristesse.org/pub/PicoBlazeDemo.zip . I'm trying to merge the module in my project.
In the demo there is a ucf file (ddscontrol.ucf) which has a name for the clock: NET "clk100" LOC = "L15"; which is different from mine
(my ucf has NET "clk" LOC = "L15" So what is the best thing to do? Should I merge the two ucf files together and keep both lines,
or should I rename the clock? (clk to clk100 or clk100 to clk)?
Thank you
I'm working on a real time image elaboration project for the Atlys board (Spartan6-based). I use verilog and the Web ISE
Project Navigator.
I need to add support for UART communications, so that I can communicate (essentially send commands and receive status flags) with the Atlys board through a PC. I found a serial (UART) communication module based on the Picoblaze here: https://tristesse.org/pub/PicoBlazeDemo.zip . I'm trying to merge the module in my project.
In the demo there is a ucf file (ddscontrol.ucf) which has a name for the clock: NET "clk100" LOC = "L15"; which is different from mine
(my ucf has NET "clk" LOC = "L15" So what is the best thing to do? Should I merge the two ucf files together and keep both lines,
or should I rename the clock? (clk to clk100 or clk100 to clk)?
Thank you