OpenCores
URL https://opencores.org/ocsvn/w11/w11/trunk

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.74/] [tools/] [bin/] [xviv_sim_vhdl_cleanup] - Rev 38

Compare with Previous | Blame | View Log

#!/bin/bash
# $Id: xviv_sim_vhdl_cleanup 774 2016-06-12 17:08:47Z mueller $
#
# Copyright 2014-2016 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
# License disclaimer see LICENSE_gpl_v2.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

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.