fleet.git
15 years agoremove line we can no longer use (dip_peer.dock.getInstructionDestination isnt always...
adam [Mon, 17 Nov 2008 01:30:24 +0000 (02:30 +0100)]
remove line we can no longer use (dip_peer.dock.getInstructionDestination isnt always the right place)

15 years agovarious comment/cleanups, no net effect
adam [Mon, 17 Nov 2008 01:25:31 +0000 (02:25 +0100)]
various comment/cleanups, no net effect

15 years agoadd extratokens option to shutdown code
adam [Mon, 17 Nov 2008 01:25:15 +0000 (02:25 +0100)]
add extratokens option to shutdown code

15 years agore-order deliver() for more compact code
adam [Mon, 17 Nov 2008 01:23:48 +0000 (02:23 +0100)]
re-order deliver() for more compact code

15 years agoremove extraneous abortLoopIfTorpedoPresent() which was causing shutdown failures
adam [Mon, 17 Nov 2008 01:23:36 +0000 (02:23 +0100)]
remove extraneous abortLoopIfTorpedoPresent() which was causing shutdown failures

15 years agobetter parenthesization in FpgaDock
adam [Sun, 16 Nov 2008 14:23:10 +0000 (15:23 +0100)]
better parenthesization in FpgaDock

15 years agofix awful c-flag bug in Memory.ship
adam [Sun, 16 Nov 2008 14:22:51 +0000 (15:22 +0100)]
fix awful c-flag bug in Memory.ship

15 years agoimplement port percolation
adam [Sun, 16 Nov 2008 11:29:20 +0000 (12:29 +0100)]
implement port percolation

15 years agomove main.ut into Makefile
adam [Sun, 16 Nov 2008 10:06:05 +0000 (11:06 +0100)]
move main.ut into Makefile

15 years agocleanups in main.v
adam [Sun, 16 Nov 2008 06:48:23 +0000 (07:48 +0100)]
cleanups in main.v

15 years agopercolate ports for vga, ignore ddr2
adam [Sun, 16 Nov 2008 06:48:10 +0000 (07:48 +0100)]
percolate ports for vga, ignore ddr2

15 years agoenforce ordering on percolated ports
adam [Sun, 16 Nov 2008 06:47:51 +0000 (07:47 +0100)]
enforce ordering on percolated ports

15 years agoadd port percolation, use it for DRAM.ship
adam [Sun, 16 Nov 2008 06:03:10 +0000 (07:03 +0100)]
add port percolation, use it for DRAM.ship

15 years agoadd more methods to fake marins ship/dock object
adam [Sun, 16 Nov 2008 06:02:45 +0000 (07:02 +0100)]
add more methods to fake marins ship/dock object

15 years agoadd FlagFunction.evaluate()
adam [Sun, 16 Nov 2008 06:02:30 +0000 (07:02 +0100)]
add FlagFunction.evaluate()

16 years agoupdate internal encoding of Flush instruction
adam [Tue, 11 Nov 2008 07:42:49 +0000 (08:42 +0100)]
update internal encoding of Flush instruction

16 years agoadd Predicate.evaluate() method
adam [Tue, 11 Nov 2008 07:39:08 +0000 (08:39 +0100)]
add Predicate.evaluate() method

16 years agoupdate internal encoding of Set Flags
adam [Tue, 11 Nov 2008 06:02:58 +0000 (07:02 +0100)]
update internal encoding of Set Flags

16 years agoclean up top-level module logic a bit
adam [Mon, 10 Nov 2008 14:03:45 +0000 (15:03 +0100)]
clean up top-level module logic a bit

16 years agochange olc_in to flag_z (single bit)
adam [Mon, 10 Nov 2008 13:35:03 +0000 (14:35 +0100)]
change olc_in to flag_z (single bit)

16 years agoadjust comments
adam [Mon, 10 Nov 2008 12:51:46 +0000 (13:51 +0100)]
adjust comments

16 years agoreplace DATAWIDTH with WORDWIDTH
adam [Mon, 10 Nov 2008 12:46:56 +0000 (13:46 +0100)]
replace DATAWIDTH with WORDWIDTH

16 years agouse connect instead of addPreCrap in FifoModule
adam [Mon, 10 Nov 2008 12:46:33 +0000 (13:46 +0100)]
use connect instead of addPreCrap in FifoModule

16 years agotweak Verilog logic
adam [Mon, 10 Nov 2008 12:37:24 +0000 (13:37 +0100)]
tweak Verilog logic

16 years agore-enable bitgen DRC, disable unused ddr2 signals
adam [Mon, 10 Nov 2008 12:36:56 +0000 (13:36 +0100)]
re-enable bitgen DRC, disable unused ddr2 signals

16 years agouse in.getBits() in FpgaDock
adam [Mon, 10 Nov 2008 11:50:38 +0000 (12:50 +0100)]
use in.getBits() in FpgaDock

16 years agoadd Value.invertBits()
adam [Mon, 10 Nov 2008 11:50:23 +0000 (12:50 +0100)]
add Value.invertBits()

16 years agoadd Value.getBits(Mask)
adam [Mon, 10 Nov 2008 11:50:02 +0000 (12:50 +0100)]
add Value.getBits(Mask)

16 years agouse getBits(Value) instead of addPreCrap
adam [Mon, 10 Nov 2008 11:29:03 +0000 (12:29 +0100)]
use getBits(Value) instead of addPreCrap

16 years agoadd Trigger.invert()
adam [Mon, 10 Nov 2008 11:28:40 +0000 (12:28 +0100)]
add Trigger.invert()

16 years agochange latchDriver from Latch to Value
adam [Mon, 10 Nov 2008 11:28:05 +0000 (12:28 +0100)]
change latchDriver from Latch to Value

16 years agoremove unnecessary comment
adam [Mon, 10 Nov 2008 11:27:44 +0000 (12:27 +0100)]
remove unnecessary comment

16 years agoeliminate direct access to handshake signals in FanoutModule
adam [Mon, 10 Nov 2008 11:26:14 +0000 (12:26 +0100)]
eliminate direct access to handshake signals in FanoutModule

16 years agoeliminate explicit torpedoWaiting state wire
adam [Mon, 10 Nov 2008 09:01:13 +0000 (10:01 +0100)]
eliminate explicit torpedoWaiting state wire

16 years agoreplace addPreCrap() with noDriveLatches in FpgaDock.java
adam [Mon, 10 Nov 2008 08:20:21 +0000 (09:20 +0100)]
replace addPreCrap() with noDriveLatches in FpgaDock.java

16 years agofix bug relating to zero-width ports
adam [Mon, 10 Nov 2008 06:29:26 +0000 (07:29 +0100)]
fix bug relating to zero-width ports

16 years agomake getAck()/getReq() private, add isFull()
adam [Mon, 10 Nov 2008 06:29:09 +0000 (07:29 +0100)]
make getAck()/getReq() private, add isFull()

16 years agomove serial port verilog files to mem directory
adam [Mon, 10 Nov 2008 06:28:56 +0000 (07:28 +0100)]
move serial port verilog files to mem directory

16 years agocleanup to main.v
adam [Mon, 10 Nov 2008 06:27:47 +0000 (07:27 +0100)]
cleanup to main.v

16 years agoreplace addPreCrap() with noDriveLatches in FpgaDock.java
adam [Mon, 10 Nov 2008 06:15:51 +0000 (07:15 +0100)]
replace addPreCrap() with noDriveLatches in FpgaDock.java

16 years agosome updates to edu.berkeley.fleet.ir
adam [Mon, 10 Nov 2008 05:57:23 +0000 (06:57 +0100)]
some updates to edu.berkeley.fleet.ir

16 years agoadjust ships to use fill/drain/full/empty macros
adam [Mon, 10 Nov 2008 05:54:08 +0000 (06:54 +0100)]
adjust ships to use fill/drain/full/empty macros

16 years agofix fill/drain/full/empty macros
adam [Mon, 10 Nov 2008 05:53:34 +0000 (06:53 +0100)]
fix fill/drain/full/empty macros

16 years agoremove timescale.v, bram14.v, vram.v
adam [Mon, 10 Nov 2008 05:51:27 +0000 (06:51 +0100)]
remove timescale.v, bram14.v, vram.v

16 years agomove main.xst into Makefile
adam [Mon, 10 Nov 2008 05:50:45 +0000 (06:50 +0100)]
move main.xst into Makefile

16 years agoinstitute Z-flag in FpgaDock
adam [Sun, 9 Nov 2008 02:13:35 +0000 (03:13 +0100)]
institute Z-flag in FpgaDock

16 years agochange some tests to require only a single fifo ship
adam [Sun, 9 Nov 2008 02:13:12 +0000 (03:13 +0100)]
change some tests to require only a single fifo ship

16 years agoimprove marina testing scripts
adam [Sat, 8 Nov 2008 06:09:59 +0000 (07:09 +0100)]
improve marina testing scripts

16 years agoincrease placer effort level in Makefile
adam [Sat, 8 Nov 2008 06:09:40 +0000 (07:09 +0100)]
increase placer effort level in Makefile

16 years agoincrease opt_level in main.xst
adam [Sat, 8 Nov 2008 06:09:25 +0000 (07:09 +0100)]
increase opt_level in main.xst

16 years agoomit tests if no ships of that type present
adam [Sat, 8 Nov 2008 06:05:19 +0000 (07:05 +0100)]
omit tests if no ships of that type present

16 years agofix ArrayIndexOutOfBoundsException in FleetTwoFleet
adam [Sat, 8 Nov 2008 06:04:30 +0000 (07:04 +0100)]
fix ArrayIndexOutOfBoundsException in FleetTwoFleet

16 years agochange polarity of I-bit
adam [Sat, 8 Nov 2008 03:00:59 +0000 (04:00 +0100)]
change polarity of I-bit

16 years agoadd partial support for writeback to mergesort demo
adam [Tue, 4 Nov 2008 07:41:03 +0000 (08:41 +0100)]
add partial support for writeback to mergesort demo

16 years agoproper outWrite port on MemoryModule
adam [Tue, 4 Nov 2008 07:09:57 +0000 (08:09 +0100)]
proper outWrite port on MemoryModule

16 years agomake DockOutPort deal with the case where it has no peer
adam [Tue, 4 Nov 2008 07:09:46 +0000 (08:09 +0100)]
make DockOutPort deal with the case where it has no peer

16 years agomake DockOutPort non-final
adam [Tue, 4 Nov 2008 07:09:32 +0000 (08:09 +0100)]
make DockOutPort non-final

16 years agoadjust mix of ships for "large" configuration
adam [Tue, 4 Nov 2008 06:34:17 +0000 (07:34 +0100)]
adjust mix of ships for "large" configuration

16 years agoadd second and third Memory ships to the "large" configuration
adam [Mon, 3 Nov 2008 13:32:46 +0000 (14:32 +0100)]
add second and third Memory ships to the "large" configuration

16 years agoset C-flag on Memory ship out port
adam [Mon, 3 Nov 2008 13:32:20 +0000 (14:32 +0100)]
set C-flag on Memory ship out port

16 years agoadd write capability to Process.MemoryModule
adam [Mon, 3 Nov 2008 13:31:55 +0000 (14:31 +0100)]
add write capability to Process.MemoryModule

16 years agoadd Port.getTokensToAbsorb()
adam [Mon, 3 Nov 2008 13:01:31 +0000 (14:01 +0100)]
add Port.getTokensToAbsorb()

16 years agomore sophisticated version of Process.verifyClean()
adam [Mon, 3 Nov 2008 13:00:59 +0000 (14:00 +0100)]
more sophisticated version of Process.verifyClean()

16 years agomove setAutoflush() lines
adam [Mon, 3 Nov 2008 10:22:32 +0000 (11:22 +0100)]
move setAutoflush() lines

16 years agolift restriction on torpedoing finite-count loops
adam [Mon, 3 Nov 2008 10:21:31 +0000 (11:21 +0100)]
lift restriction on torpedoing finite-count loops

16 years agoupdate placer effort to "high"
adam [Mon, 3 Nov 2008 10:20:49 +0000 (11:20 +0100)]
update placer effort to "high"

16 years agoupdate Marina Makefile lines
adam [Mon, 3 Nov 2008 10:20:36 +0000 (11:20 +0100)]
update Marina Makefile lines

16 years agoupdate make dist
adam [Mon, 3 Nov 2008 10:20:25 +0000 (11:20 +0100)]
update make dist

16 years agochange Makefile to build private javadocs
adam [Mon, 3 Nov 2008 10:20:03 +0000 (11:20 +0100)]
change Makefile to build private javadocs

16 years agoadd src/edu/berkeley/fleet/ir/Process.java
adam [Mon, 3 Nov 2008 10:19:25 +0000 (11:19 +0100)]
add src/edu/berkeley/fleet/ir/Process.java

16 years agoadd ir.Counter
adam [Mon, 3 Nov 2008 10:19:00 +0000 (11:19 +0100)]
add ir.Counter

16 years agoadd src/edu/berkeley/fleet/ir/Gadgets.java
adam [Mon, 3 Nov 2008 10:18:57 +0000 (11:18 +0100)]
add src/edu/berkeley/fleet/ir/Gadgets.java

16 years agomake LoopFactory() private, rename Context.send() to Context.sendWord()
adam [Mon, 3 Nov 2008 10:17:45 +0000 (11:17 +0100)]
make LoopFactory() private, rename Context.send() to Context.sendWord()

16 years agoadd Context.allocateShip()
adam [Mon, 3 Nov 2008 10:17:01 +0000 (11:17 +0100)]
add Context.allocateShip()

16 years agoadd Context.emit()
adam [Mon, 3 Nov 2008 10:16:43 +0000 (11:16 +0100)]
add Context.emit()

16 years agoadd Context.startupLoopFactories
adam [Mon, 3 Nov 2008 10:16:26 +0000 (11:16 +0100)]
add Context.startupLoopFactories

16 years agoadd Context.flush()
adam [Mon, 3 Nov 2008 10:15:38 +0000 (11:15 +0100)]
add Context.flush()

16 years agoadd Context.setAutoflush(boolean)
adam [Mon, 3 Nov 2008 10:15:14 +0000 (11:15 +0100)]
add Context.setAutoflush(boolean)

16 years agoadd Context.literal(BitVector)
adam [Mon, 3 Nov 2008 10:13:58 +0000 (11:13 +0100)]
add Context.literal(BitVector)

16 years agochange pending_dest to pending_path
adam [Mon, 3 Nov 2008 10:12:12 +0000 (11:12 +0100)]
change pending_dest to pending_path

16 years agoadd Context.disableInstructionFifoOverflowCheck()
adam [Mon, 3 Nov 2008 10:09:34 +0000 (11:09 +0100)]
add Context.disableInstructionFifoOverflowCheck()

16 years agoadd error check to Context.makeNext()
adam [Mon, 3 Nov 2008 10:08:00 +0000 (11:08 +0100)]
add error check to Context.makeNext()

16 years agomake Context.setNext() private
adam [Mon, 3 Nov 2008 10:06:43 +0000 (11:06 +0100)]
make Context.setNext() private

16 years agoadd Context.abortAndInvoke()
adam [Mon, 3 Nov 2008 10:06:09 +0000 (11:06 +0100)]
add Context.abortAndInvoke()

16 years agoimprove comments in Context.java
adam [Mon, 3 Nov 2008 10:05:28 +0000 (11:05 +0100)]
improve comments in Context.java

16 years agoadd Marina code
adam [Mon, 3 Nov 2008 10:03:55 +0000 (11:03 +0100)]
add Marina code

16 years agode-staticize references in Context.java
adam [Mon, 3 Nov 2008 10:03:27 +0000 (11:03 +0100)]
de-staticize references in Context.java

16 years agochange readWord()/dispatchXX() to recvWord()/sendXX() in FleetProcess
adam [Mon, 3 Nov 2008 09:55:07 +0000 (10:55 +0100)]
change readWord()/dispatchXX() to recvWord()/sendXX() in FleetProcess

16 years agochange method order in Fpga.java (inert)
adam [Mon, 3 Nov 2008 09:53:09 +0000 (10:53 +0100)]
change method order in Fpga.java (inert)

16 years agobetter comment on Instruction.Flush()
adam [Mon, 3 Nov 2008 09:52:23 +0000 (10:52 +0100)]
better comment on Instruction.Flush()

16 years agoadd safety check to Instruction.Shift() constructor
adam [Mon, 3 Nov 2008 09:52:15 +0000 (10:52 +0100)]
add safety check to Instruction.Shift() constructor

16 years agochange readInstruction/writeInstruction to encodeInstruction/decodeInstruction
adam [Mon, 3 Nov 2008 09:51:00 +0000 (10:51 +0100)]
change readInstruction/writeInstruction to encodeInstruction/decodeInstruction

16 years agomake getDestAddr() return a BitVector
adam [Mon, 3 Nov 2008 09:49:10 +0000 (10:49 +0100)]
make getDestAddr() return a BitVector

16 years agode-staticize references in FpgaDock
adam [Mon, 3 Nov 2008 09:46:43 +0000 (10:46 +0100)]
de-staticize references in FpgaDock

16 years agochange small Fpga configuration to have one of each ship
adam [Mon, 3 Nov 2008 09:45:55 +0000 (10:45 +0100)]
change small Fpga configuration to have one of each ship

16 years agomake HornModule and FunnelModule take an Fpga argument
adam [Mon, 3 Nov 2008 09:45:19 +0000 (10:45 +0100)]
make HornModule and FunnelModule take an Fpga argument

16 years agomake InterpreterPath extend FleetTwoPath
adam [Mon, 3 Nov 2008 09:44:09 +0000 (10:44 +0100)]
make InterpreterPath extend FleetTwoPath

16 years agomake FpgaPath extend FleetTwoPath
adam [Mon, 3 Nov 2008 09:43:47 +0000 (10:43 +0100)]
make FpgaPath extend FleetTwoPath

16 years agouse getFleet().getWordWidth() instead of WIDTH_WORD in FpgaShip.java
adam [Mon, 3 Nov 2008 09:43:16 +0000 (10:43 +0100)]
use getFleet().getWordWidth() instead of WIDTH_WORD in FpgaShip.java

16 years agoadd full/empty/drain/fill macros to Fpga.java
adam [Mon, 3 Nov 2008 09:42:43 +0000 (10:42 +0100)]
add full/empty/drain/fill macros to Fpga.java