6 Commits

Author SHA1 Message Date
6903abb710 chore(devcontainer): add WakaTime extension
- Adds the WakaTime extension to the devcontainer JSON file
- Enhances productivity tracking for developers
2025-07-09 14:46:02 +00:00
880526968f feat(src): define clock constraints in ROB.ucf
- Adds clock net mapping and timing specifications
- Defines a 200 MHz clock period with 50% duty cycle
2025-07-07 13:15:01 +00:00
dce101dfdf feat(rob): add reorder buffer entity with slot management
- Introduces a VHDL implementation for a reorder buffer (ROB)
- Adds generic parameters for slot depth, ID width, and data width
- Implements synchronous reset, clock enable, and data flow logic
- Improves modularity with pipeline stage instantiation
2025-07-07 13:14:53 +00:00
d953462d1f feat(project): add initial configuration for build and synthesis
- Introduces project configuration file for FPGA synthesis workflow
- Specifies tool options, sources, constraints, and dependencies
- Enhances customization for optimization and synthesis settings
2025-07-07 13:14:40 +00:00
5e7afaade3 chore(gitignore): add entries for build and config files
- Add ignore patterns for build artifacts and configuration files
- Prevent accidental inclusion of temporary and generated files
2025-07-07 13:14:18 +00:00
fac4f86698 feat(devcontainer): add Xilinx ISE development configuration
- Introduces a devcontainer setup for Xilinx ISE 14.7
- Configures remote user, workspace, and extensions
- Adds custom VS Code settings and post-start commands
- Improves development environment portability and consistency
2025-07-07 13:14:09 +00:00