* ./crlcore:

- Change: In environment.alliance.xml, restore settings compatible with
        Alliance.
This commit is contained in:
Jean-Paul Chaput 2012-01-03 13:35:06 +00:00
parent ce0b0a2b83
commit c4d93e71e8
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<environment> <environment>
<variable name="CELL_TOP" value="/asim/alliance"/> <variable name="CELL_TOP" value="/soc/alliance"/>
<technologies> <technologies>
<hurricane> <hurricane>
<config>${CORIOLIS_TOP}/etc/coriolis2/technology.symbolic.xml</config> <config>${CORIOLIS_TOP}/etc/coriolis2/technology.symbolic.xml</config>
@ -41,7 +41,7 @@
<signals> <signals>
<vdd>vdd</vdd> <vdd>vdd</vdd>
<vss>vss</vss> <vss>vss</vss>
<clock>^do_not_find_ck$</clock> <clock>^ck.*</clock>
<blockage>^blockageNet$</blockage> <blockage>^blockageNet$</blockage>
</signals> </signals>
</environment> </environment>