Announcement

Collapse
No announcement yet.

nAst1: Progress and Concepts Thread

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • well, it doesn't run a program, but it is programmed, which sounds like some modern equivalent of a turing machine... ?

    where should i start looking up how these things work(and how they're programmed)? i don't suppose it would be something as simple as this?

    IF ADDRESS >$2000, CONTINUE, ELSE CLEAR BIT
    IF ADDRESS <$8000, CONTINUE, ELSE CLEAR BIT
    SET BIT
    1995 Monte Carlo LS 3100, 4T60E...for now, future plans include driving it until the wheels fall off!
    Latest nAst1 files here!
    Need a wiring diagram for any GM car or truck from 82-06(and 07-08 cars)? PM me!

    Comment


    • Yes, somewhat. Except you are thinking in a serial CPU way. Different method to the same result.

      4:1 mux in VHDL. The 2 bit address select is a good example of address bus decoding.
      An online space for sharing VHDL coding tips and tricks. Learn VHDL through hundreds of programs for all levels of learners.


      And Verilog examples.
      Last edited by brian89gp; 10-24-2014, 11:21 PM.

      Comment


      • looking at the VHDL link, it seems like you draw the circuits and it creates code based off of it? that doesn't seem like it would be too bad.
        1995 Monte Carlo LS 3100, 4T60E...for now, future plans include driving it until the wheels fall off!
        Latest nAst1 files here!
        Need a wiring diagram for any GM car or truck from 82-06(and 07-08 cars)? PM me!

        Comment


        • VHDL/Verilog = "the" circuit

          There is no CPU in a CPLD (though you could program a CPLD to act as a CPU http://www.bigmessowires.com/cpu-in-a-cpld/) so there is no code to run, in serial, and to loop through. The CPLD 'program' is the actual hardware circuitry of all the gates and interconnections.

          A CPLD is a simplified version of a FPGA if that helps any.

          I can't remember the mode but you have the option of drawing the circuit diagram directly that you want to program into it. VHDL and Verilog are abstractions on top of that. A CPLD program is a circuit of AND/OR/NOR/NAND/etc gates. Think of a CPLD as a programmable replacement of 74HC00 logic chips, where you would pick various different 74HC00 chips for the correct gates and wire them together, instead, with a CPLD you would just program it with the same combination of gates.

          I wish I could find what I was messing with in Verilog but I've seem to have misplaced it.

          Comment


          • i'm going to need to do more reading... if they work the way i think they do, then it really isn't that difficult to get the results i would want out of it.

            if they don't, then i'm pretty much treading water.
            1995 Monte Carlo LS 3100, 4T60E...for now, future plans include driving it until the wheels fall off!
            Latest nAst1 files here!
            Need a wiring diagram for any GM car or truck from 82-06(and 07-08 cars)? PM me!

            Comment


            • Finally found it. Schematic entry is what it is called, the type of programming where you draw the actual electric schematic and gate logic (instead of piecing it together with 74HC00 logic gate IC's) This could replace the functions of the U4 and U8 address decoder IC's for the 2k SRAM, the 4k SRAM mod by Montecarslow, the schematic above, etc.

              The Xilinx XC3572XL has 5v tolerant IO pins and Atmel has a range of 5v CPLD devices.

              Has a XC9572XL dev board as well as a couple simple examples:

              Comment


              • Originally posted by Fierobsessed:

                Figured something out the other day... Gm's flex fuel composition sensors output signal is compatible with the unused MAF signal input on the 1227730 ECM. So...

                At this point, Im already about half way through this entire swap/build already. But, as it is a build, It is a story. So I will start from the very beginning. About this project: I swapped the 3.4 DOHC into the car 5-6 years ago. I got the turbo itch, and had the funds. So I purchased some parts, most courtesy of eBay! First I bought a F40 Six speed. Then I bought a turbo, Garrett GT3582R. Wit
                "I am not what you so glibly call to be a civilized man. I have broken with society for reasons which I alone am able to appreciate. I am therefore not subject to it's stupid laws, and I ask you to never allude to them in my presence again."

                Comment


                • went junk yard hopping for a 9396, and didn't have any luck, but I did find a similar PCM, so I picked it up for shits and giggles. it's a 16197409, from out of a 94 Lumina 3.1. I couldn't find anything out about it, any ideas? I'm gonna start ordering connectors, pins, and wire to make this thing work. I want to see what this car will do, but I also don't want to be limited to 6400 rpm like the obd2 bits limit me too. I'm also very interested in flex fuel, so if you're down for the challenge, I'm willing to be the test bed, and data log it for review.
                  "I am not what you so glibly call to be a civilized man. I have broken with society for reasons which I alone am able to appreciate. I am therefore not subject to it's stupid laws, and I ask you to never allude to them in my presence again."

                  Comment


                  • a 94 lumina w/3.1 should be a rebadged 9396(definitely if it was a 4T60E car and not a 3T40).... probably a change to some EMI filtering components or something along those lines.
                    1995 Monte Carlo LS 3100, 4T60E...for now, future plans include driving it until the wheels fall off!
                    Latest nAst1 files here!
                    Need a wiring diagram for any GM car or truck from 82-06(and 07-08 cars)? PM me!

                    Comment


                    • Originally posted by robertisaar View Post
                      a 94 lumina w/3.1 should be a rebadged 9396(definitely if it was a 4T60E car and not a 3T40).... probably a change to some EMI filtering components or something along those lines.
                      cool, thanks!
                      "I am not what you so glibly call to be a civilized man. I have broken with society for reasons which I alone am able to appreciate. I am therefore not subject to it's stupid laws, and I ask you to never allude to them in my presence again."

                      Comment


                      • any updates here? I'm sitting on a very poorly built fence, I'm extremely tempted to ditch the obd2 stuff I've got and go obd1, the biggest thing keeping me on the obd2 side is that I already have a flashtool/scanner.
                        "I am not what you so glibly call to be a civilized man. I have broken with society for reasons which I alone am able to appreciate. I am therefore not subject to it's stupid laws, and I ask you to never allude to them in my presence again."

                        Comment


                        • no real progress, what time I've had to play with any code projects has been trying to get the boost patch for the 94-95 3100/3.4RWD PCM operating correctly.
                          1995 Monte Carlo LS 3100, 4T60E...for now, future plans include driving it until the wheels fall off!
                          Latest nAst1 files here!
                          Need a wiring diagram for any GM car or truck from 82-06(and 07-08 cars)? PM me!

                          Comment

                          Working...
                          X