Skip to content

Commit 3bb7dbd

Browse files
committed
ADMIN/README update
1 parent f5164be commit 3bb7dbd

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

ADMIN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ADMIN
22
This documentation is NOT for users, only if you are interested to compile, install and mange releases as done in this repo.
33

4-
## Compiling and Installing Netgen for Ubuntu 18.04
4+
## Compiling and Installing Netgen for Ubuntu 22.04
55

66
**SETTING UP LINUX FOR COMPILE**
77

@@ -11,7 +11,7 @@ This documentation is NOT for users, only if you are interested to compile, inst
1111

1212
**USING SOURCE FROM GIT REPO**
1313

14-
- Compiled on Linux AWS Lightsail **5.4.0-1049-aws** #51~**18.04.1-Ubuntu**
14+
- Compiled on linode VM running Ubuntu 22.04 kernel 5.15.0-100-generic #110-Ubuntu 03/10/24
1515
- cd ```/home/ubuntu/sit-git-repos/eda-src```
1616
- ```git clone git://opencircuitdesign.com/netgen```
1717
- ```cd netgen```

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Netgen
2-
### Current distribution version 1.5.185
3-
Precompiled for **64b 18.04 Ubuntu and Ubuntu-based Linux**. It's also tested on a light-weight Ubuntu-variant LXLE distro. If you are interested in compiling from the source, instructions in [ADMIN.md:Compiling and Installing Magic](ADMIN.md) should help.
2+
### Current distribution version 1.5.272
3+
Precompiled for **64b 22.04 Ubuntu and Ubuntu-based Linux**. It's also tested on a light-weight Ubuntu-variant LXLE distro. If you are interested in compiling from the source, instructions in [Compiling and Installing Magic](ADMIN.md) should help.
44

5-
[Netgen] is a tool for comparing netlists, a process known as LVS, which stands for "Layout vs. Schematic". This is an important step in the integrated circuit design flow, ensuring that the geometry that has been laid out matches the expected circuit.
5+
[Netgen](http://opencircuitdesign.com/netgen/) is a tool for comparing netlists, a process known as LVS, which stands for "Layout vs. Schematic". This is an important step in the integrated circuit design flow, ensuring that the geometry that has been laid out matches the expected circuit.
66
Netgen is currently maintained by Tim Edwards (opencircuitdesign.com/netgen)
77

88
## Table of Content
@@ -15,9 +15,9 @@ Netgen is currently maintained by Tim Edwards (opencircuitdesign.com/netgen)
1515
- To download from the ```git``` repository:
1616
- ```git clone https://github.com/silicon-vlsi-org/eda-netgen```
1717
- Change directory to the installed `netgen` directory eg. ```cd eda-netgen```
18-
- Checkout the desired version: ```git checkout v1.5.185```
18+
- Checkout the desired version: ```git checkout v1.5.272```
1919
- To make sure you are on the right version type ```git branch``` and your output should have a line like this :
20-
- ```* (HEAD detached at v1.5.185)```
20+
- ```* (HEAD detached at v1.5.272)```
2121

2222
- Add the following environment variables in your `~/.bashrc` (**NOTE**: The path below is an example, make sure it matches your particular path)
2323

@@ -29,3 +29,12 @@ export PATH=$PATH:$NETGEN_HOME/bin
2929
## Quick Start Guide
3030
FIXME: Add examples to the repo
3131

32+
## Release History
33+
- **v1.5.272**:
34+
- **Netgen 1.5.272** for **Ubuntu 22.04**
35+
- Compiled on linode VM running Ubuntu 22.04 kernel 5.15.0-100-generic #110-Ubuntu 03/10/24
36+
- **Netgen 1.5.219** for **CentOS7**
37+
- **v1.5.185**:
38+
- **Netgen 1.5.185** for **Ubuntu 18.04**
39+
- Compiled on Linux AWS Lightsail **5.4.0-1049-aws** #51~**18.04.1-Ubuntu**
40+
- **Netgen 1.5.219** for **CentOS7**

0 commit comments

Comments
 (0)