Skip to content

Commit

Permalink
DMX input working on the board
Browse files Browse the repository at this point in the history
  • Loading branch information
lekernel committed Aug 12, 2010
1 parent 00af4e7 commit 2f76f5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion boards/milkymist-one/rtl/setup.v
Expand Up @@ -31,7 +31,7 @@
`define ENABLE_MIDI
`define ENABLE_DMX
`define ENABLE_IR
//`define ENABLE_USB
`define ENABLE_USB

/*
* System clock frequency in Hz.
Expand Down
6 changes: 3 additions & 3 deletions boards/milkymist-one/synthesis/common.ucf
Expand Up @@ -337,6 +337,6 @@ TIMESPEC "TSac97_async2" = FROM "GRPac97_clk" TO "GRPsys" TIG;
TIMESPEC "TSvideoin_async1" = FROM "GRPsys" TO "GRPvideoin" TIG;
TIMESPEC "TSvideoin_async2" = FROM "GRPvideoin" TO "GRPsys" TIG;

#NET "usb_clk" TNM_NET = "GRPusb";
#TIMESPEC "TSusb_async1" = FROM "GRPsys" TO "GRPusb" TIG;
#TIMESPEC "TSusb_async2" = FROM "GRPusb" TO "GRPsys" TIG;
NET "usb_clk" TNM_NET = "GRPusb";
TIMESPEC "TSusb_async1" = FROM "GRPsys" TO "GRPusb" TIG;
TIMESPEC "TSusb_async2" = FROM "GRPusb" TO "GRPsys" TIG;

0 comments on commit 2f76f5b

Please sign in to comment.