index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ghdldrv
/
ghdlsynth.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
synth: rework #2109 - remove null wires
Tristan Gingold
2022-06-27
1
-0
/
+2
*
src/synth: add netlists.rename to rename identifiers. Fix #2054
Tristan Gingold
2022-06-14
1
-0
/
+2
*
elab-debugger: remove duplicate flag
Tristan Gingold
2022-06-03
1
-1
/
+2
*
vhdl-canon: remove unused canon_flag_inertial_associations
Tristan Gingold
2022-05-20
1
-4
/
+0
*
ghdlsynth.adb: remove -E experimental command
Tristan Gingold
2022-05-10
1
-145
/
+42
*
elab-vhdl_debug: also print objects in disp_hierarchy
Tristan Gingold
2022-05-01
1
-1
/
+1
*
ghdlsynth: add experimental command -E
Tristan Gingold
2022-04-29
1
-8
/
+133
*
ghdldrv: call elab.vhdl_objtypes.init in options
Tristan Gingold
2022-04-26
1
-3
/
+0
*
ghdldrv: extract ghdllib from ghdlsynth
Tristan Gingold
2022-03-22
1
-63
/
+0
*
mk: Introduce configure options for inc/libdirsuffix
Daniel Gröber
2022-03-11
1
-4
/
+4
*
Fix --libghdl-include-dir ghdl/ suffix
Daniel Gröber
2022-03-11
1
-1
/
+3
*
ghdldrv: fix crash due to double initialization
Tristan Gingold
2021-12-19
1
-0
/
+3
*
ghdldrv: handle generic overrides on foreign units
Tristan Gingold
2021-12-13
1
-14
/
+19
*
synth: add --latches option to enable latches. Fix #938
Tristan Gingold
2021-12-06
1
-0
/
+3
*
synth: adjustments for foreign_module
Tristan Gingold
2021-11-28
1
-3
/
+10
*
synth: add a hook to resolve foreign instantiation names
Tristan Gingold
2021-11-28
1
-0
/
+4
*
synth: do full elaboration before synthesis
Tristan Gingold
2021-11-01
1
-13
/
+15
*
ghdllocal: generalize top level unit extraction
Tristan Gingold
2021-09-07
1
-29
/
+9
*
ghdlsynth: add debug option for elaboration
Tristan Gingold
2021-08-28
1
-1
/
+5
*
ghdlsynth.adb: fix a typo
Tristan Gingold
2021-08-26
1
-1
/
+1
*
ghdlsynth: never display a foreign module as pure vhdl
Tristan Gingold
2021-04-28
1
-2
/
+7
*
synth: add verilog output
Tristan Gingold
2021-04-28
1
-0
/
+6
*
synth: rename synth-context to synth-vhdl_context
Tristan Gingold
2021-04-16
1
-2
/
+2
*
ghdldrv,configure: allow LIB.UNIT name for -e/-r commands. Fix #1718
Tristan Gingold
2021-04-10
1
-2
/
+4
*
ghdlsynth.adb: fix a previous commit
Tristan Gingold
2021-04-05
1
-1
/
+1
*
vhdl and libraries: add support for binding to a foreign module
Tristan Gingold
2021-04-05
1
-12
/
+14
*
ghdldrv/: initial support for foreign modules
Tristan Gingold
2021-04-05
1
-4
/
+14
*
ghdlsynth: add --out=raw-vhdl. For #1702
Tristan Gingold
2021-03-29
1
-7
/
+7
*
ghdlsynth.adb: also allow .psl files without any warning
Tristan Gingold
2021-03-27
1
-6
/
+10
*
ghdlsynth.adb: unknown vendor library is now an error. Fix #1650
Tristan Gingold
2021-02-19
1
-1
/
+6
*
src/ghdldrv: fix regression for ghdl-yosys-plugin
Tristan Gingold
2021-01-20
1
-1
/
+1
*
ghdlsynth: check filename extension
Tristan Gingold
2021-01-19
1
-0
/
+8
*
update license headers
umarcor
2021-01-14
1
-11
/
+9
*
synth: add option to treat asserts as assumes and vice-versa
tmeissner
2021-01-02
1
-0
/
+8
*
ghdlsynth.adb: clear error counters to allow multiple synthesis.
Tristan Gingold
2020-11-04
1
-0
/
+3
*
ghdldrv: adjust style and some error messages.
Tristan Gingold
2020-09-20
1
-3
/
+2
*
cli: rework syntax, add commands without '-' or '--'
umarcor
2020-09-20
1
-9
/
+20
*
synth: add --no-assert-cover option. Fix #1414
Tristan Gingold
2020-07-31
1
-0
/
+5
*
synth: add -g option to enable debugger on some errors.
Tristan Gingold
2020-07-26
1
-0
/
+2
*
ghdlsynth: fix handling of --work within source files.
Tristan Gingold
2020-07-01
1
-0
/
+1
*
ghdlsynth: add --no-formal and help.
Tristan Gingold
2020-06-16
1
-0
/
+23
*
vhdl: allows --work between files for -c. Fix #1362
Tristan Gingold
2020-06-09
1
-3
/
+4
*
synth: refine -dm debug option. Add -dm2
Tristan Gingold
2020-05-31
1
-1
/
+5
*
netlists: add disp_stats.
Tristan Gingold
2020-05-18
1
-1
/
+9
*
netlists: add a very simple dot dump.
Tristan Gingold
2020-04-25
1
-1
/
+9
*
synth: support -v option.
Tristan Gingold
2020-04-22
1
-0
/
+6
*
find_top_entity: add location to report errors. Fix #1254
Tristan Gingold
2020-04-22
1
-1
/
+2
*
ghdldrv: Make Perform_Action cmd parameter in out.
Tristan Gingold
2020-04-10
1
-2
/
+2
*
ghdlsynth: avoid a bug-box in case of analysis error in plugin.
Tristan Gingold
2020-04-07
1
-1
/
+2
*
synthesis: add option --vendor-library= for synthesis.
Tristan Gingold
2020-03-10
1
-22
/
+49
[next]