From e5c609f31d485dcb5796103d5b8b0cf332960070 Mon Sep 17 00:00:00 2001 From: umarcor Date: Sat, 16 Jan 2021 08:35:38 +0100 Subject: libraries: unuse 'openieee', rename enable_openieee to enable_gplcompat --- libraries/upf/upf.vhdl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 libraries/upf/upf.vhdl (limited to 'libraries/upf/upf.vhdl') diff --git a/libraries/upf/upf.vhdl b/libraries/upf/upf.vhdl new file mode 100644 index 000000000..974798331 --- /dev/null +++ b/libraries/upf/upf.vhdl @@ -0,0 +1,19 @@ +-- modelled according to IEEE Std 1801-2015, 11.2 + +package upf is + + function supply_on ( + constant supply_name : string; + constant voltage : real) + return boolean; + + function supply_partial_on ( + constant supply_name : string; + constant voltage : real) + return boolean; + + function supply_off ( + constant supply_name : string) + return boolean; + +end upf; -- cgit v1.2.3