summaryrefslogtreecommitdiffstats
path: root/zpu/hdl/zealot/devices/phi_io.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'zpu/hdl/zealot/devices/phi_io.vhdl')
-rw-r--r--zpu/hdl/zealot/devices/phi_io.vhdl2
1 files changed, 2 insertions, 0 deletions
diff --git a/zpu/hdl/zealot/devices/phi_io.vhdl b/zpu/hdl/zealot/devices/phi_io.vhdl
index b70ccd7..99e0f8f 100644
--- a/zpu/hdl/zealot/devices/phi_io.vhdl
+++ b/zpu/hdl/zealot/devices/phi_io.vhdl
@@ -158,8 +158,10 @@ begin
do_io:
process(clk_i)
+ --synopsys translate off
variable line_out : line := new string'("");
variable char : character;
+ --synopsys translate on
begin
if rising_edge(clk_i) then
if reset_i/='1' then
OpenPOWER on IntegriCloud