You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
293 B

# (c) 2013 Timothy Pearson, Raptor Engineering
# Released into the Public Domain
NET "clk" LOC = "V10" | IOSTANDARD = "LVCMOS33";
TIMESPEC TS_clk = PERIOD clk 100000 kHz;
NET "serial_input" LOC = "T12" | IOSTANDARD = "LVCMOS33";
NET "serial_output" LOC = "M10" | IOSTANDARD = "LVCMOS33";