aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vloghtb
Commit message (Expand)AuthorAgeFilesLines
* bugfix in blif front-endClifford Wolf2015-05-181-3/+3
* added vloghtb test_febe.shClifford Wolf2015-05-172-0/+49
* Added "wreduce" to some of the standard test benchesClifford Wolf2014-08-031-1/+1
* Added "make -j{N}" support to "make test"Clifford Wolf2014-07-301-3/+3
* Improvements in tests/vloghtbClifford Wolf2014-07-282-11/+17
* Added techmap -externClifford Wolf2014-07-272-1/+28
* Use "wget -N" in tests/vloghtb/run-test.shClifford Wolf2014-07-261-2/+2
* Use "opt -fine" in test/vloght/test_mapopt.shClifford Wolf2014-07-212-2/+3
* Various improvements in test/vloghtbClifford Wolf2014-07-214-30/+52
* Supercell creation for $div/$mod worked all along, fixed test benchesClifford Wolf2014-07-201-3/+2
* Small fix in tests/vloghtb/run-test.shClifford Wolf2014-07-201-0/+2
* Added tests/vloghtb/test_share.shClifford Wolf2014-07-205-1/+57
* Added tests/vloghtbClifford Wolf2014-07-202-0/+18
ing.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #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 */
library ieee;
use ieee.math_real.all;

entity ent is
end ent;

architecture a of ent is
	constant sin_val : real := sin(1.0);
begin
end a;