Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to write script for Apollo?

Status
Not open for further replies.

lokeyh

Advanced Member level 4
Joined
Sep 29, 2004
Messages
106
Helped
4
Reputation
8
Reaction score
2
Trophy points
1,298
Activity points
812
How to write scripts for Apollo? Does anyone has any idea for the syntax or manual which I can refer to? Or good websites to recommend?
 

You don't write script for Apollo. Everything start by hand, however, what you did was stored in a command log file. That's the script you can use to run again .Basically the command syntax look like a scheme language ( a dialect of Lisp). You can find everything you need from SOLD
 

you use the GUI first, then copy and modify the command log file .
 

Apollo is base on Scheme language.
You can define some variables.
That great benefits your work.
(define my-lib "codec")
(define my-cell "mpeg")
 

acezian said:
you use the GUI first, then copy and modify the command log file .

Yes, when you are building up the low first time. You can use the GUI (it is always needed). After the flow is built up, you just need to modify the command log and freeze the flow. Only some parameter need to be modified when do another projects.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top