1
0
mirror of https://github.com/wfjm/w11.git synced 2026-04-26 20:27:50 +00:00
Files
wfjm.w11/tools/bin/xviv_sim_vhdl_cleanup
Walter F.J. Mueller 92e149437d Fix license disclaimer
2016-12-26 21:27:33 +01:00

17 lines
514 B
Bash
Executable File

#!/bin/bash
# $Id: xviv_sim_vhdl_cleanup 830 2016-12-26 20:25:49Z mueller $
#
# Copyright 2014-2016 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
# License disclaimer see License.txt in $RETROBASE directory
#
# Revision History:
# Date Rev Version Comment
# 2016-06-12 774 1.0 Initial version
#
# cleanup vivado generated vhdl models for ghdl
# 1. remove 'attribute RTL_KEEP' decorations
# ghdl 0.33 does not accept decorations of port signals !
sed -i.bak -e '/^ *attribute *RTL_KEEP/ d' $1