mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-21 02:30:25 +00:00
removed copyright notice on lib file.
Should be covered by the yosys license not anything else.
This commit is contained in:
parent
4e45b5e1bb
commit
9278bed853
1 changed files with 1 additions and 18 deletions
|
@ -1,22 +1,5 @@
|
||||||
|
|
||||||
/************************************************************************
|
//library for testcases, can also be used as a template for new libraries
|
||||||
|
|
||||||
Copyright 2025 Clemens Walter, <cwalter@ethz.ch>
|
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
you may not use this file except in compliance with the License.
|
|
||||||
You may obtain a copy of the License at
|
|
||||||
|
|
||||||
https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
See the License for the specific language governing permissions and
|
|
||||||
limitations under the License.
|
|
||||||
|
|
||||||
************************************************************************/
|
|
||||||
//Mock library for Yosys pre techmap
|
|
||||||
library (mock) {
|
library (mock) {
|
||||||
cell ( "$reduce_xor" ) {
|
cell ( "$reduce_xor" ) {
|
||||||
area : 3.0 ;
|
area : 3.0 ;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue