Commit Graph

6 Commits

Author SHA1 Message Date
eded0c5833 Add Pipeline-AXI-Handshake submodule
All checks were successful
Manuelles Build mit ISE / build (push) Successful in 34s
2025-04-22 17:28:47 +00:00
49be0b81a0 Add testbench and configuration files for SpriteChannel and YHitCheck modules
Not functional yet
2025-04-21 15:37:01 +00:00
67ac3d2b18 Updated submodule AXI-HS-Scheduler to latest state (force) 2025-04-21 15:36:13 +00:00
61c7fe2861 Replaced AXI-HS libs with submodules 2025-04-21 15:32:37 +00:00
032960103c Adds OPCodes package for sprite operations
Defines constants for various sprite-related operations, including no-op, setting sprite ID, position, requesting row data, and clearing all. Provides a standardized set of codes for use in VHDL designs.
2025-04-21 08:48:06 +00:00
bbe0ff9b9e Adds priority encoders and pipeline-based modules
Implements various priority encoder components with combinatorial logic for encoding input vectors to output codes of varying widths.

Introduces pipeline-based modules for handling calculation, ROM data fetching, and scheduling operations with AXI-like handshaking interfaces.

Facilitates modular and reusable design for priority encoding and data processing tasks.
2025-04-20 03:02:02 +00:00