Adds modules for sprite operations, including opcode decoding, register handling, and vertical pipeline calculations. Replaces legacy scheduler with a more modular and efficient design. Updates constraints for clock timing. Enhances sprite rendering pipeline with improved modularity and scalability.
5 lines
162 B
Plaintext
5 lines
162 B
Plaintext
# TEMPERATURE = 50 C;
|
|
|
|
NET I_CLK LOC = B8;
|
|
NET I_CLK TNM_NET = CLOCK;
|
|
TIMESPEC TS_CLOCK = PERIOD CLOCK 230 MHz HIGH 50 %; |