forked from aignacio/axi_dma
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Anderson Ignacio <[email protected]>
- Loading branch information
Showing
19 changed files
with
217 additions
and
324 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,20 @@ | ||
# File : Makefile | ||
# License : MIT license <Check LICENSE> | ||
# Author : Anderson Ignacio da Silva (aignacio) <[email protected]> | ||
# Date : 07.06.2022 | ||
# Last Modified Date: 07.06.2022 | ||
|
||
RUN_CMD := docker run --rm --name axi_dma \ | ||
-v $(abspath .):/axi_dma -w \ | ||
/axi_dma aignacio/axi_dma | ||
|
||
.PHONY: run_test csr_dma.sv clean | ||
|
||
all: csr_out | ||
all: csr_out/csr_dma.v | ||
$(RUN_CMD) tox | ||
|
||
csr_out: | ||
$(RUN_CMD) rggen --plugin rggen-verilog -c config.yml -o csr_out csr_dma.xlsx | ||
csr_out/csr_dma.v: | ||
$(RUN_CMD) rggen --plugin rggen-verilog -c config_csr.yml -o csr_out csr_dma.xlsx | ||
|
||
clean: | ||
@rm -rf run_dir csr_out |
File renamed without changes.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.