-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfpga-book-ch03-xor.core
50 lines (44 loc) · 1 KB
/
fpga-book-ch03-xor.core
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
CAPI=2:
name: watersofoblivion:hdub:fpga-book-ch03-logic-xor:1.0.0
description: Logical XOR from Chapter 3 of the Learning FPGAs book
filesets:
au_plus_constraints:
files:
- etc/au_plus.xdc:
file_type: xdc
cu_constraints:
files:
- etc/cu.pcf:
file_type: PCF
- etc/cu.sdc:
file_type: SDC
sources:
files:
- lib/fpga-book/ch03/logic/io.sv
- lib/fpga-book/ch03/logic/xor.sv
file_type: systemVerilogSource
targets:
default: &default
filesets:
- sources
toplevel: io_xor
au_plus:
<<: *default
description: Build for the Alchitry Au+
filesets_append:
- au_plus_constraints
default_tool: vivado
tools:
vivado:
part: xc7a100tftg256-1
cu:
<<: *default
description: Build for the Alchitry Cu
filesets_append:
- cu_constraints
default_tool: icestorm
tools:
icestorm:
pnr: next
nextpnr_options: [--hx8k, --package, cb132]
arch: ice40