aboutsummaryrefslogtreecommitdiffstats
path: root/tests/various/muxpack.ys
Commit message (Expand)AuthorAgeFilesLines
* Add more testsEddie Hung2019-06-211-1/+24
* Fix testcaseEddie Hung2019-06-211-3/+4
* Add more muxpack tests, with overlapping entriesEddie Hung2019-06-211-0/+30
* Add nonexcl case test, comment out two othersEddie Hung2019-06-071-22/+39
* Add @cliffordwolf freduce testcaseEddie Hung2019-06-071-0/+17
* Add nonexclusive test from @cliffordwolfEddie Hung2019-06-071-0/+15
* Another muxpack testEddie Hung2019-06-071-0/+15
* Fix and test for balanced caseEddie Hung2019-06-061-0/+15
* Fix warningsEddie Hung2019-06-061-1/+1
* Support cascading $pmux.A with $mux.A and $mux.BEddie Hung2019-06-061-0/+15
* Add non exclusive testEddie Hung2019-06-061-0/+36
* One more and tidy upEddie Hung2019-06-061-1/+15
* Add a few more special case testsEddie Hung2019-06-061-0/+28
* Add tests, fix for !=Eddie Hung2019-06-061-0/+42
r: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
--  GHDL driver - simulator commands.
--  Copyright (C) 2002, 2003, 2004, 2005 Tristan Gingold
--
--  GHDL is free software; you can redistribute it and/or modify it under
--  the terms of the GNU General Public License as published by the Free
--  Software Foundation; either version 2, or (at your option) any later
--  version.
--
--  GHDL is distributed in the hope that it will be useful, but WITHOUT ANY
--  WARRANTY; without even the implied warranty of MERCHANTABILITY or
--  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
--  for more details.
--
--  You should have received a copy of the GNU General Public License
--  along with GCC; see the file COPYING.  If not, write to the Free
--  Software Foundation, 59 Temple Place - Suite 330, Boston, MA
--  02111-1307, USA.

with Vhdl.Nodes; use Vhdl.Nodes;

package Ghdlsimul is
   procedure Register_Commands;

   --  Functional interface.
   procedure Compile_Init;

   function Get_Top_Config return Iir;
end Ghdlsimul;