add actsim

This commit is contained in:
Fabian Posch 2024-06-05 19:05:45 +02:00
parent 07d914a736
commit 3e515f60fa
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,6 @@
pkgbase = act-flow-git-meta pkgbase = act-flow-git-meta
pkgdesc = Meta package to install the git version of the ACT AVLSI tool flow. pkgdesc = Meta package to install the git version of the ACT AVLSI tool flow.
pkgver = 0.3 pkgver = 0.4
pkgrel = 1 pkgrel = 1
url = https://avlsi.csl.yale.edu/act url = https://avlsi.csl.yale.edu/act
arch = x86_64 arch = x86_64
@ -9,6 +9,7 @@ pkgbase = act-flow-git-meta
depends = act-stdlib-git depends = act-stdlib-git
depends = act-sky130-git depends = act-sky130-git
depends = act-tracelib-git depends = act-tracelib-git
depends = act-actsim-git
provides = act-flow-meta provides = act-flow-meta
conflicts = act-flow-meta conflicts = act-flow-meta

View file

@ -1,7 +1,7 @@
# Maintainer: Fabian Posch <aur@posch.tech> # Maintainer: Fabian Posch <aur@posch.tech>
pkgname=act-flow-git-meta pkgname=act-flow-git-meta
pkgver=0.3 pkgver=0.4
pkgrel=1 pkgrel=1
pkgdesc="Meta package to install the git version of the ACT AVLSI tool flow." pkgdesc="Meta package to install the git version of the ACT AVLSI tool flow."
arch=('x86_64') arch=('x86_64')
@ -12,6 +12,7 @@ depends=(
'act-stdlib-git' 'act-stdlib-git'
'act-sky130-git' 'act-sky130-git'
'act-tracelib-git' 'act-tracelib-git'
'act-actsim-git'
) )
conflicts=('act-flow-meta') conflicts=('act-flow-meta')
provides=('act-flow-meta') provides=('act-flow-meta')