index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ghdldrv
/
ghdllocal.adb
Commit message (
Collapse
)
Author
Age
Files
Lines
*
vhdl: handle -gGEN=VAL for --synth. Fix #1062
Tristan Gingold
2020-01-01
1
-3
/
+68
|
*
vhdl: refactoring: remove configure function with string access.
Tristan Gingold
2019-07-14
1
-30
/
+28
|
*
ghdllocal: correctly disp GHDL_PREFIX in --disp-config.
Tristan Gingold
2019-07-09
1
-5
/
+5
|
*
ghdllocal: fix a typo in an error message.
Tristan Gingold
2019-07-02
1
-1
/
+1
|
*
ghdldrv: refactoring - share more code, isolate ghdlsynth from ghdlsimul.
Tristan Gingold
2019-06-29
1
-6
/
+6
|
*
Error_Msg_Option: do not raise exception.
Tristan Gingold
2019-06-25
1
-21
/
+14
|
*
ghdl import: avoid a crash in case of error.
Tristan Gingold
2019-06-04
1
-20
/
+19
|
*
vhdl: renames disp_vhdl to prints
Tristan Gingold
2019-05-30
1
-2
/
+2
|
*
Add simple_IO - to be used instead of Text_IO.
Tristan Gingold
2019-05-19
1
-1
/
+3
|
*
vhdl: move iirs_utils to vhdl.utils
Tristan Gingold
2019-05-06
1
-1
/
+1
|
*
vhdl: move std_standard package to vhdl child.
Tristan Gingold
2019-05-05
1
-3
/
+3
|
*
vhdl: move configuration package as a vhdl child.
Tristan Gingold
2019-05-05
1
-3
/
+3
|
*
vhdl: move sem* packages to vhdl children.
Tristan Gingold
2019-05-05
1
-9
/
+9
|
*
vhdl: move disp_tree and disp_vhdl as vhdl child.
Tristan Gingold
2019-05-04
1
-2
/
+2
|
*
vhdl: move scanner under vhdl hierarchy.
Tristan Gingold
2019-05-04
1
-2
/
+2
|
*
vhdl: handle names starting with '_' as an identifier.
Tristan Gingold
2019-03-14
1
-10
/
+41
|
|
|
|
|
Remove assertion. Fix #779
*
errorout: discard disabled warnings.
Tristan Gingold
2019-01-04
1
-3
/
+2
|
|
|
|
Fix #729
*
ghdldrv: Cmd argument of Perform_Action is now in.
Tristan Gingold
2018-12-16
1
-20
/
+20
|
*
Rename overloaded Load_File and export it to python.
Tristan Gingold
2018-12-13
1
-3
/
+3
|
*
Clarify error message.
Tristan Gingold
2018-12-11
1
-2
/
+1
|
*
Keep source file entry in design file to avoid searching the file.
Tristan Gingold
2018-11-26
1
-4
/
+13
|
*
--dir: print library name and directory.
Tristan Gingold
2018-11-23
1
-0
/
+7
|
*
Create sem_lib from libraries.
Tristan Gingold
2018-11-14
1
-8
/
+9
|
*
ghdllocal: clean post files.
Tristan Gingold
2018-10-21
1
-0
/
+3
|
*
Fix warning: use clause for package has no effect
Vicente Bergas
2018-05-03
1
-3
/
+1
|
|
|
|
|
|
|
With gcc 8.1 the following message appears: warning: use clause for package "*" has no effect gnatmake: "*.adb" compilation error This patch fixes it.
*
Change libraries path to allow installation of system-wide libraries.
Tristan Gingold
2018-01-25
1
-7
/
+10
|
|
|
|
For #521
*
Convert_Identifier: don't use Nam_Buffer anymore.
Tristan Gingold
2018-01-18
1
-17
/
+17
|
*
ghdldrv: remove most usages of Nam_Buffer.
Tristan Gingold
2018-01-18
1
-6
/
+3
|
*
Tentatively fix tarball filename for travis.
Tristan Gingold
2017-12-18
1
-1
/
+1
|
|
|
|
For #496
*
ghdl -i: stop on error.
Tristan Gingold
2017-12-01
1
-1
/
+7
|
|
|
|
Fix #474
*
Rework list implementation, use iterator.
Tristan Gingold
2017-11-11
1
-6
/
+10
|
*
files_map: rename Load_Source_File to Read_Source_File.
Tristan Gingold
2017-10-05
1
-3
/
+3
|
*
Minor refactoring to simplify interfacing.
Tristan Gingold
2017-10-03
1
-18
/
+26
|
*
Add ghdl --find-top command.
Tristan Gingold
2017-07-05
1
-0
/
+57
|
*
Fix typo: paths.
Tristan Gingold
2017-05-18
1
-8
/
+8
|
*
Add target in bug-box, add --bug-box internal command.
Tristan Gingold
2016-12-20
1
-0
/
+32
|
*
ghdl --clean: consider executable suffix (for windows).
Tristan Gingold
2016-12-19
1
-2
/
+5
|
*
Finish_Compilation: factorize code, move to libraries.
Tristan Gingold
2016-10-15
1
-88
/
+2
|
*
ghdl --dir: handle context declaration.
Tristan Gingold
2016-10-10
1
-0
/
+2
|
*
Create_Instantiation_Bodies: add parent
Tristan Gingold
2016-09-30
1
-2
/
+4
|
*
vhdl08: more support for interface subprograms.
Tristan Gingold
2016-09-27
1
-0
/
+8
|
*
Remove elaboration file in current directory.
Tristan Gingold
2016-09-23
1
-2
/
+3
|
|
|
|
Fix issue #147
*
vhdl08: create interface subprogram declaration.
Tristan Gingold
2016-09-19
1
-0
/
+10
|
*
ghdl_local: minor rewrite.
Tristan Gingold
2016-09-18
1
-7
/
+7
|
*
Move Library_To_File_Name from Back_End to Libraries
Tristan Gingold
2016-09-17
1
-1
/
+1
|
*
Comments and reformatting.
Tristan Gingold
2016-09-14
1
-8
/
+4
|
*
ghdllocal: set location of progress message.
Tristan Gingold
2016-09-05
1
-1
/
+1
|
*
Rewrite most of error and warning messages.
Tristan Gingold
2016-08-02
1
-2
/
+4
|
*
Add commands to build vpi modules (WIP)
Tristan Gingold
2016-07-14
1
-1
/
+6
|
*
Fix indentation and English mistakes.
Tristan Gingold
2016-07-05
1
-1
/
+1
|
[next]