 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
| |
Downloads
Atanua is free for personal, noncommercial use. See license for details.
Euducational and Commercial licenses are available for purchase through the license page.
Atanua win32 1.0.081116 Personal Edition <- DOWNLOAD HERE
Atanua OSX/ppc 1.0.081116 Personal Edition
Atanua Linux/x86 1.0.081116 Personal Edition
Notes:
- OSX build is ppc, 10.4 works, 10.3.9 might work. x86 macs also work through Rosetta.
- Linux port was compiled on ubuntu 8.04 - may work for you, or then it might not.
Req's: GTK, SDL, SDL_image, maybe other stuff too.
- Win32 known issue: winxp doesn't seem to like handling of .atanua files on the desktop. Any other directory seems fine.
Plug-ins
If you make plug-ins for Atanua and wish them to be listed here, toss me an email.
Other material
Older versions / version history
Atanua win32 1.0.081116 Personal Edition
Atanua OSX/ppc 1.0.081116 Personal Edition
Atanua Linux/x86 1.0.081116 Personal Edition
- Bugfix: 8051 addc command: if 0ffh was added to 0ffh with carry enabled, carry would be incorrectly cleared.
- Bugfix: 8051 timer0 modes 1 and 2 caused mode 3 to run as well, in practise making these timers run twice as fast.
- In addition to hilighting the current wire segment, the whole net is also hilighted to ease figuring out where each wire (eventually) leads.
Atanua win32 1.0.081006 Personal Edition
- Bugfix: 74141 was not checking strobe pin correctly, and may cause a crash if the strobe pin is not connected before input pins. (Thanks to Dave Ferguson again).
- Notation change: changed inverted signals from SIGNALNAME (inv) to SIGNALNAME#. Example: "Q7 (inv)" -> "Q7#". Some inverted / low-active signals may still be unlabeled.
Atanua win32 1.0.081004 Personal Edition
Atanua OSX/ppc 1.0.081004 Personal Edition
Atanua Linux/x86 1.0.081004 Personal Edition
- Performance optimization: text drawing is now done in a more efficient manner. Several options have been added to atanua.xml regarding this:
- CacheKeys: number of strings cached. Higher values use more memory, lower values may cause performance degration.
- VBO: Enable use of vertex buffer objects. In testing no real gain was found, so disabled by default.
- SafeMode: fallback to the old text drawing system, in case the new system has issues.
- Performance options: atanua.xml now has a PerformanceOptions tag, where it is possible to disable blending and antialiased lines. The result should be more efficient in old hardware, but it is also rather ugly.
Atanua win32 1.0.081002 Personal Edition
Atanua OSX/ppc 1.0.081002 Personal Edition
- Bugfix: 74LS74 was updating on falling edge, and not rising as per spec. Thanks to Dave Ferguson for pointing this out.
- Bugfix: Logical SR-latches pulsed 'invalid' signal to the net on startup, wreaking havoc on any possible feedback loops. Fixed by making it legal (but pointless) to feed 'high' signal to both inputs. Similar checks on other logical SR-alikes were also removed for consistency.
Atanua win32 1.0.080929 Personal Edition
Atanua OSX/ppc 1.0.080929 Personal Edition
- Bugfix: Version 1.0.080920 may crash due to the toolkit tooltips. Workaround: drag new components directly from toolkit to the work area - don't let go of the item before the component appears. Fixed in this version.
- The gray component preview now shows the approximate size of the new component.
- Clicking again on the toolkit while creating a new component now cancels the creation of the new component.
- Switching between toolkit modes while creating a new component now cancels the creation of the new component.
Atanua win32 1.0.080920 Personal Edition
Atanua OSX/ppc 1.0.080920 Personal Edition
Atanua Linux/x86 1.0.080920 Personal Edition
- Plug-in interface updates
- Rendering with OpenGL from a plug-in made easier
- Rendering translated to the middle of the chip before render call
- Texture (if any) pre-bound before render call
- Asynchronous call interface added
- Call to ok/cancel dialog
- Calls to file open and file save dialogs.
These return 'c' FILE pointers, so they may not be very usable for non-C native dlls
- Call to save the undo state
- Due to these changes, DLLs made with the new plug-in interface header will not be compatible with older versions.
- New chips: 2708, 2716, 2732 EPROM chips (1kB, 2kB, 4kB), earlier available as a plug-in, now internal implementation.
- New chip: 309, numeric display with logic, modelled after TIL309
Atanua win32 1.0.080918 Personal Edition
- Added ideal unipolar and bipolar stepper motors.
Atanua win32 1.0.080911 Personal Edition
- Mac OS X: more "native" keyboard shortcuts added
- New chip: 74192 (Synchronous up/down decade counter) - some border cases may act differently from hardware; not well-defined in data sheet.
- New chip: 74193 (Synchronous up/down binary counter) - some border cases may act differently from hardware; not well-defined in data sheet.
- New chip: 74165 (Parallel-Load 8-Bit Shift Register)
- 74164 had 4 pins in wrong order (E,F,G,H were reversed)
- Added tooltips to the toolbox - now figuring out which chip is which is slightly easier :-)
Atanua win32 1.0.080330 Personal Edition
Atanua OSX/ppc 1.0.080330 Personal Edition
Atanua Linux/x86 1.0.080330 Personal Edition
Atanua 1.0.080327
- Audio only enabled if the audio chip is in use.
Atanua 1.0.080220
Atanua 1.0.080217
- Changed version number to 1.0 as there haven't been too many requests lately.
- Added button to toggle between live and grey wires. May help when taking screenshots for reports etc.
- Button components now also send a signal if they're clicked.
- Logic probe line opacity changed to 100% - clarity above aesthetics.
- Version strings now also have platform information.
- OSX change: Thanks to Martin Storsjö, dialogs done with cocoa instead of carbon, default file extension set
- Linux change: dialogs tuned a bit, save dialog has default filename set to last used
Atanua 0.9.080215
- OSX and Linux ports, along with several small portability changes/fixes. Control-D now also works as delete.
Atanua 0.9.080214
- 2pt labels added due to user request
- Plug-in DLL interface for custom chips without having to recompile Atanua
Atanua 0.8.080213
- Perfection through imperfection: Introduced a (approximately) 1% error in circuits running at 500Hz. This solves the racing conditions with cross-connected NAND or NOR gates, as found in all latches and flip-flops.
Atanua 0.7.080211
- New chip: 74154
- Large designs would have the coordinates of the items messed up. Fixed by giving 8 bits more precision to the coordinates - in the old version the maximum working design size was around 13 background grid lines. The new limit is around 327 background grid lines. For perspective, the whole background grid has 20 lines. Thanks to andrew77 for spotting this.
- In rare cases one selected chip would be added to multiselect list twice, causing strange things to happen. Fixed.
- Toned down the LED glow a bit
- Pressing ALT will color non-connected input pins red.
Atanua 0.7.080210
- 74138 enable pins were working incorrectly, G2A=1, G2B=G1=0; should have been G2A=G2B=0, G1=1. Fixed.
Thanks for polakko on atanua forums for finding this!
- Undo was broken. Fixed
- Doing undo, file load, or certain other functions with chips selected / multiselected may have caused crashes. Fixed.
- Re-done many of the tests so that they should be much clearer on what they test. Also, all old binary save files are now gone.
Atanua 0.7.080209 (undo broken!)
- Control-R can be used to rotate the currently active chip in 90' steps
- Cloning now also clones contents (label texts and 2051 code memory)
- Initial zoom factor changed into a zoom level that makes sense for editing
- Dragging in a new chip, cloning a chip, or splitting a wire while multiselect was active caused odd behavior. Fixed by clearing multiselect in all of these cases.
- Due to popular demand: 3-input and, or, nand and nor logic blocks added
Atanua 0.7.080208
- Mouse wheel now scrolls the toolkit.
- Snap on/off button now shows current state instead of command, i.e. "Snap (on)" means that snap is on.
- Ctrl-dragging items now clones them.
- Deleting an object (or wire) with tooltip active caused a crash. Fixed.
- Multi-select
- Click with shift to pick single objects
- Drag a rectangle with shift pressed to select an area
- To un-select, click somewhere without shift.
- Selected objects can be deleted or dragged around. Cloning is not supported as of yet.
- Option in config file can be used to switch shift and ctrl functionality in clone and select.
Atanua 0.7.080207
- Tooltip mania: every single chip and pin now has a tooltip attached to it.
Atanua 0.7.080206
- New chip: 2051 (a 20-pin 8051 variant) based on my 8051 simulator
- Major logic change: invalid state is now propagated. That is, if you feed 'invalid' signal to a chip, it will generate 'invalid' signal out. The old behavior (i.e. invalid input generating highz state) can be enabled by changing the option PropagateInvalidState to 0 in the configuration file. Due to the severity of this change it's possible that this introduced some bugs.
- I believe 7447 BI/RBO pin functionality is now fixed.
- New program icon
- Added some custom, context-sensitive mouse cursors. These can be disabled in the config file.
- Toolkit slider now works more like people might expect it to, for good or bad. This one can't be disabled in the config file. =)
- If user clicked on an item, released, and then click-dragged item from the toolkit, the work area would move a bit when the item was created. Fixed.
- Newly created items now get keyboard focus.
- Labels can now span several lines (i.e. accept enter) Still can't, and probably won't, support cursor movement.
Atanua 0.6.080204
- Added atanua.xml, user-editable config file with several options.
- Made toolkit 15 pixels wider by default.
- Crash at startup in some configurations fixed.
- Using 7420 caused crash; fixed.
Atanua 0.6.080203 (Known to crash at startup in some configurations)
- New chips: 74181 (some signals may be inverted), 74240, 74241, 74244, 74245
- Inverted (low-active) LEDs added
- New/load/save button order changed
- Wires now use anti-aliased lines with variable thickness depending on the zoom factor. Probably have to make a config file to control these kinds of features vs. performance.
- Windows open-with system should now work (as well as giving atanua filename to open, same thing in practise)
- Wire tooltip for invalid state re-labeled
- Homework validation system added
- Deleting connection pins with only two wires will now join the two lines (as if they were never split). Pins with more (or less) than two wires are deleted as before.
- Wires are now "fried" when a chip is deleted
- connecting wires are deleted recursively if connected to non-complicated connection pins.
- Known bug: using 7420 causes crash; fixed in next version.
Atanua 0.5.080129
- Exe name is now Atanua.exe instead of sdlgl.exe.
- New chip: 74191
- Background grid dimmed.
- Tweaked pin visibility a bit more.
- Snap is on by default.
Atanua 0.5.080128
- New chips: 7485, 7490, 74283
- 500Hz clock was broken, fixed.
- If a wire is being picked on top of a chip, the chip does not get selected as well.
- Added visual cue to wire splitting.
- Wire split distance was calculated from wrong offset, fixed.
- Tooltip delay reduced from 2000ms to 1500ms
- Making a new wire connection through drag-drop did not work if drawing was started from failed wire-split test. (I love this
- obscure bug nobody will probably notice that required fair amount of code to fix)
- Connection pin draggable area is now only visible when mouse is over it
- reduces screen clutter. Non-focused chip pins are also smaller.
- Enabled another way to drop new chips: user may also click on chip list, release, move to the work area, and click again.
Atanua 0.5.080127
- New chips: 7473, 7474, 74195, 74151, 74574
- New flipflops: JK, D, T, SR
- New 2-bit MUX block, 3-bit DX-block
- Clocks now run at the actual rate, not half
- i.e. 1Hz clock does the whole 0-1-0 cycle 1 once per second.
- Redrawn all logic symbols
- File name now shows up in title, and is offered on the next save/load operation as default.
Atanua 0.5.080126
- New chips: 74163, 74139, 7464, 7447 (BI/RBO not fully simulated)
- Added a logic probe of sorts. Found at the end of the I/O chips list. Give the probe keyboard focus (i.e. click on it) and press space to pause recording.
- Snap is no longer unstable, and may actually be useful =).
- Save file format changed from binary to XML. Atanua still loads old binary files, but saves in the new "almost human readable" XML format.
Atanua 0.5.080125
- Window is now resizeable
- Wire splitting has a tolerance value now
- dragging from close to a pin won't split the wire anymore. Tolerance value is currently at 20% from both ends.
- Labels in four sizes (5pt for headlines, 3pt for blocks, 1pt for chips, 0.1pt for pins). These can be found at the end of the 'Base' tab.
- Clocks are now synchronized.
- New chips: 7410, 7420, 74138
Atanua 0.5.080124
- nc state is considered 'high'
- Flakiness in wiring fixed
- both dragging wires (releasing on target pad) and two-click wiring works
- Added possibility to split wires with extra connection pins
- simply drag in the middle of a wire
- New chips: 7404, 7408, 7432, 7486.
- Added bunch of save files, testing basically for all of the chips.
- Rewrote physics iteration code, now fixed at 1000 physics iterations per second; if simulation gets too heavy, attempts to keep framerate "tolerable", causing physics not to be real-time.
Atanua 0.5.080123
- Fixes in 7400 and several latches
- Added 7402
- Added multi-level undo/redo
- Tweaked pin/wire selection, non-hot pins are less visible
Atanua 0.5.080122
- Fixed 7seg display pin position, added inverted 7seg displays, and the first 74-chip, the 7400
Atanua 0.5.080121
- 7-seg displays, 'magneta' -> 'magenta' typo fixed.
Atanua 0.5.080120
| |
|  |
|  | |