All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Add
deprecated/pulp_clk_cells_xilinx.sv
toBender.yml
tc_sram_xilinx
: Remove unsupportedstring
type fromSimInit
parameter.IPApproX:
Addtc_sram
tosrc_files.yml
for proper compilation with IPApproX
Bender:
Add deprecatedpulp_clock_gating_async
for compatibility toudma_core
.
Bender:
Addrtl/tc_sram
to targetrtl
, to prevent overwriting of target specific implementations.
tc_sram
: Drop string literal from parameterSimInit
definition as synopsys throws an elaboration error.tc_clk:tc_clk_delay
: Add Verilator and synthesis guards.
- Add
tc_sram
andtc_sram_xilinx
, with testbench for verifying technology specific implementations.
- Add Readme
- Add Contribution Guide
- Move modules of similar topic to a single file. This makes it easier to add new modules.
- Move separation between
cluster
andpulp
todeprecated
folder. There should be a single solution to a tech-cell.
- Polish release
- Keep Changelog
- Move to sources subfolder
- Initial commit.