Skip to content

Commit

Permalink
Fix LLC partition table calculation bug; Optimize the way of full cod…
Browse files Browse the repository at this point in the history
…e automated generation using parameters
  • Loading branch information
DiyouS committed Aug 29, 2023
1 parent cdfeb0f commit 7c2c7d0
Show file tree
Hide file tree
Showing 17 changed files with 1,659 additions and 5,838 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ REGGEN = $(PYTHON) $(REGGEN_PATH)

REGWIDTH = 64
CACHENUMLINES = 256
MAXPARTITION = 256
MAXPARTITION = 16
CACHE_PARTITION = 1
AXI_LLC_REGS_PATH = data/axi_llc_regs.py
TYPEDEF_PATH = include/axi_llc/typedef.py
Expand Down Expand Up @@ -67,7 +67,7 @@ set_partition_config:
$(PYTHON) $(AXI_LLC_REGS_PATH) $(REGWIDTH) $(CACHENUMLINES) $(MAXPARTITION) ${CACHE_PARTITION}
$(PYTHON) $(TYPEDEF_PATH) $(REGWIDTH) $(CACHENUMLINES) $(MAXPARTITION) ${CACHE_PARTITION}
$(PYTHON) $(ASSIGN_PATH) $(REGWIDTH) $(CACHENUMLINES) $(MAXPARTITION) ${CACHE_PARTITION}
$(PYTHON) $(AXI_LLC_CONFIG_PATH) $(REGWIDTH) $(CACHENUMLINES) $(MAXPARTITION)
# $(PYTHON) $(AXI_LLC_CONFIG_PATH) $(REGWIDTH) $(CACHENUMLINES) $(MAXPARTITION)
$(PYTHON) $(TB_CONFIG_REG_ADDR_PATH) $(REGWIDTH) $(CACHENUMLINES) $(MAXPARTITION)


Expand Down
Loading

0 comments on commit 7c2c7d0

Please sign in to comment.