#!/usr/bin/env bash # # Licensed under the terms of the GNU GPL License version 2 or later. # Author: David Bauer , based on mkits-zyxel-factory.sh. usage() { echo "Usage: `basename $0` output file compat-models" exit 1 } # We need at least 3 arguments [ "$#" -lt 3 ] && usage # Target output file OUTPUT="$1"; shift FILE="$1"; shift MODELS="$1"; shift # Create a default, fully populated DTS file echo "\ /dts-v1/; / { timestamp = <0x684090B4>; description = \"Zyxel FIT (Flattened Image Tree)\"; compat-models = [${MODELS}]; fw_version = \"9.99(###.1)\"; #address-cells = <1>; images { ubi { data = /incbin/(\"${FILE}\"); type = \"firmware\"; compression = \"none\"; hash { algo = \"sha256\"; }; }; }; };" > ${OUTPUT} CE40/ghdl/'>iCE40/ghdl
clone of https://github.com/ghdl/ghdl
aboutsummaryrefslogtreecommitdiffstats
path: root/doc/quick_start/simulation/index.rst
blob: 8e41a453ba39941e2ef59d50fb5881cc348f6307 (plain)
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
51
52