diff options
author | Ondrej Ille <ondrej.ille@gmail.com> | 2021-04-02 15:18:13 +0200 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2021-04-05 20:08:39 +0200 |
commit | 9646bd2ad1b348fcd588e3239e9b60a3c964f53b (patch) | |
tree | e92bee6acc17cf356a18a16c63b0d689b62a3933 /src/vhdl/vhdl-parse.adb | |
parent | a057d8dcd12c1d5c5ad3faf892fe02405e63f8cb (diff) | |
download | ghdl-9646bd2ad1b348fcd588e3239e9b60a3c964f53b.tar.gz ghdl-9646bd2ad1b348fcd588e3239e9b60a3c964f53b.tar.bz2 ghdl-9646bd2ad1b348fcd588e3239e9b60a3c964f53b.zip |
src: Remove obsolete FIXME, file_open_information parsed. Default "IN"/"READ_MODE" behavior of file implemented.
Diffstat (limited to 'src/vhdl/vhdl-parse.adb')
-rw-r--r-- | src/vhdl/vhdl-parse.adb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-parse.adb b/src/vhdl/vhdl-parse.adb index 6d45b0a20..8344b0aae 100644 --- a/src/vhdl/vhdl-parse.adb +++ b/src/vhdl/vhdl-parse.adb @@ -4141,7 +4141,6 @@ package body Vhdl.Parse is -- [ LRM93 4.3.1.2 ] -- signal_kind ::= REGISTER | BUS -- - -- FIXME: file_open_information. function Parse_Object_Declaration (Parent : Iir) return Iir is -- First and last element of the chain to be returned. |