-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjustfile
More file actions
21 lines (17 loc) · 710 Bytes
/
justfile
File metadata and controls
21 lines (17 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# accsys - CNN Accelerator for Zynq-7020
# Modular justfile - see just/ directory for implementation
# =============================================================================
# imports (order matters - config first, then rtl, then recipes)
# =============================================================================
import 'just/config.just'
import 'just/rtl.just'
import 'just/util.just'
import 'just/sim.just'
import 'just/vivado.just'
import 'just/hw.just'
# =============================================================================
# default target
# =============================================================================
[doc("Show available commands")]
default:
@just --list