plu.bex 270 B

12345678910111213
  1. # plu.bex
  2. #
  3. # switches are at PIO0_10 and PIO0_2
  4. # Because only PIO0_10 or PIO0_2 can be used as input for PLU,
  5. # PIO0_10 is routed via LVLSHFT0 path to PIO0_22
  6. PIO0_22 <= LVLSHFT_OUT0;
  7. LVLSHFT_IN0 <= PIO0_10;
  8. #PIO0_9 <= !PIO0_2 & !PIO0_22;
  9. PLU_CLKIN <= CLKOUT;