From: Joshua Wise Date: Sat, 29 Mar 2008 08:22:48 +0000 (-0400) Subject: Add UCF for the z80 core X-Git-Url: http://git.joshuawise.com/fpgaboy.git/commitdiff_plain/56b8785247e66884bbdca93bda23fa700e840a35 Add UCF for the z80 core --- diff --git a/GBZ80Core.ucf b/GBZ80Core.ucf new file mode 100644 index 0000000..5ff1f06 --- /dev/null +++ b/GBZ80Core.ucf @@ -0,0 +1,2 @@ +NET "clk" TNM_NET = clk; +TIMESPEC TS_clk = PERIOD "clk" 10 MHz HIGH 50%;