-
Notifications
You must be signed in to change notification settings - Fork 2
/
fplib.core
47 lines (39 loc) · 894 Bytes
/
fplib.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
CAPI=2:
name: ::fplib:1.0.0
description: "fixed-point math library for SystemVerilog (synthesizable)"
filesets:
rtl:
files:
- rtl/fp_macros.svh : {is_include_file : true}
- rtl/clip.sv
- rtl/fp_if.sv
- rtl/fp_resize.sv
- rtl/fp_convert.sv
- rtl/fp_op_full.sv
- rtl/fp_op.sv
file_type: systemVerilogSource
tests:
files:
- tests/test_fplib_pkg.sv
- tests/test_fplib.sv
file_type: systemVerilogSource
examples:
files:
- examples/interp_fplib.sv
- examples/interp_no_fplib.sv
file_type: systemVerilogSource
targets:
default: &default
filesets:
- rtl
sim:
<<: *default
description: Simulate the design
default_tool: xcelium
filesets_append:
- tests
toplevel: test_fplib
tools:
xcelium:
xrun_options:
- -vlogcontrolrelax NOTDOT