Skip to content

Commit

Permalink
set date for the 1.2.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
mario33881 committed Mar 16, 2021
1 parent 86660f5 commit 12b8eda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ All the methods return a dictionary with:
[Go to the index](#index)

## Changelog ![](https://i.imgur.com/SDKHpak.png)
**WIP 1.2.0:** <br>
**2021-03-16 1.2.0:** <br>
### Features
* Added ```bsis_script``` command. Its accepted parameters are:
* ```fsm_autoencoding_area```, useful for FSM circuits: minimizes states, automatically encodes states, optimizes area and maps the circuit by area (synch library)
Expand All @@ -151,7 +151,7 @@ All the methods return a dictionary with:
> Executed commands: ```state_minimize stamina```, ```stg_to_network```, ```reduce_depth```, ```source script.rugged```, ```read_library synch.genlib```, ```map -n 1 -W -s```
* ```lgate_area_mcnc```, useful for combinational circuits: optimizes area and maps the circuit by area (mcnc library)
> Executed commands: ```source script.rugged```, ```read_library mcnc.genlib```, ```map -m 0 -W -s```
* ```lgate_delay_mcnc``, useful for combinational circuits`: optimizes delay and maps the circuit by delay (mcnc library)
* ```lgate_delay_mcnc```, useful for combinational circuits: optimizes delay and maps the circuit by delay (mcnc library)
> Executed commands: ```reduce_depth```, ```source script.rugged```, ```read_library mcnc.genlib```, ```map -n 1 -W -s```
* ```lgate_area_synch```, useful for combinational circuits: optimizes area and maps the circuit by area (synch library)
> Executed commands: ```source script.rugged```, ```read_library synch.genlib```, ```map -m 0 -W -s```
Expand Down
2 changes: 1 addition & 1 deletion readmes/README.it.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Tutti i metodi restituiscono un dizionario con:
[Torna all'indice](#indice)

## Changelog ![](https://i.imgur.com/SDKHpak.png)
**WIP 1.2.0:** <br>
**2021-03-16 1.2.0:** <br>
### Funzionalita' aggiunte
* Aggiunto il comando ```bsis_script``` command. I suoi parametri sono:
* ```fsm_autoencoding_area```, utile per le FSM: minimizza gli stati, assegna automaticamente la codifica degli stati, ottimizza l'area e mappa il circuito per area (libreria synch)
Expand Down
2 changes: 1 addition & 1 deletion siswrapper/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
__version__ = "2021-03-15 1.2.0"
__version__ = "2021-03-16 1.2.0"

0 comments on commit 12b8eda

Please sign in to comment.