lekernel changed the topic of #milkymist to: Milkymist One, Migen, Milkymist SoC & Flickernoise :: Logs: http://en.qi-hardware.com/mmlogs :: EHSM Berlin Dec 28-30 http://ehsm.eu :: latest video http://www.youtube.com/playlist?list=PL181AAD8063FCC9DC
jimmythehorn has joined #milkymist
Jia has joined #milkymist
cladamw has joined #milkymist
rejon has joined #milkymist
aeris has quit [Ping timeout: 248 seconds]
rejon has quit [Ping timeout: 245 seconds]
aeris has joined #milkymist
<GitHub141> [board-m1] adamwang pushed 1 new commit to master: https://github.com/milkymist/board-m1/commit/e688f6ca2351d623247af6f5644a2325ad509c81
<GitHub141> [board-m1/master] added 'PowerTree' for pdf generation - Adam Wang
<cladamw> (R60/R61) wpwrak, hi these two DNP resistors I'd like to remove them. R61(DNP) has been designed since rc1 and there's no issues on this as I know. R60(DNP) is from rc3 for eliminating reset/nor corruption issue. How do you think ?
<wpwrak> lemme see ...
<wpwrak> R60 definitely yes. even if we wanted a pull-anything there, it would be pull-down.
<wpwrak> R61, hmm ... do you remember the pull-up strength in the FPGA ?
<cladamw> like uA-class, letmme check ...
togi has quit [Ping timeout: 248 seconds]
togi has joined #milkymist
jimmythehorn has quit [Quit: jimmythehorn]
<cladamw> no, from actual measured current to 3V3 through 100 ohm, they are for example TP37 (RP#, 16mA), TP36(reset pin out, 19mA), INIT_B_2 (24.7mA)
<wpwrak> that doesn't sound like pull-up :)
Gurty has quit [Ping timeout: 265 seconds]
<cladamw> yeah ... :-)
Gurty has joined #milkymist
<wpwrak> ah, here we are .. DS162, page 5. 200-500 uA
<cladamw> yes, that's Irpu, you found it. :-)
<wpwrak> so about 10 kOhm. R61 is thus unnecessary, too.
<cladamw> do we need also check U9.STS pin ?
<wpwrak> it's open-drain
<cladamw> i guessed that R61 was being added a pull-up since its datasheet said it needs a pull-up there. :-)
<cladamw> page 14
<wpwrak> we have the pull-up in the fpga :)
rejon has joined #milkymist
<cladamw> see also page 15 for note 6, but i think fpga in a mode with pull-up ability, no ? so a flash chip is in "pulled up by an external pull up resistance ≈10k) when the WSM is not busy, in block erase suspend mode (with programming inactive), program suspend mode, or reset power-down mode."
<wpwrak> and it's strong enough. even if we configure the nor to pulse mode, it has plenty of time to ramp up.
<cladamw> so even if we know fpga inside has pull-up, ha ~ but i don't know 'when' it's being acted. :-)
<wpwrak> the pull-up in the fpga is enabled in the configuration we use
voidcoder has quit [Remote host closed the connection]
<cladamw> so can i say once fpga has been reconfigured then flash chip jumps into 'no-pull up' need status ?
<cladamw> well ... i don't quite figure out that true answer why it is though. :-) but from results since rc1, we can remove it. :-)
<wpwrak> when configured, the fpga provides the external (from the NOR's point of view) pull-up
<wpwrak> and before it's configured, it doesn't care about status (see UG380, page 48)
<wpwrak> so yes, should be safe to remove
<wpwrak> in pulse mode, the signal would look like this: http://downloads.qi-hardware.com/people/werner/tmp/flash_sts.ps
<cladamw> so this means that if we are not using fpga that possesses pull-up ability ans used a microprocessor. we still need to check carefully on the initial and/or default once power-up on mcu side.
<cladamw> s/ans/and
<wpwrak> but our requirements may be more relaxed. i don't see flash_sts being used anywhere in the core. so we don't really know if it works.
<wpwrak> yes, if you make radical changes to the circuit, there will be many things that need checking ;-))
<cladamw> you means you didn't find 'any' sts pins in fpga ? :-)
<wpwrak> oh, i see it in boards/milkymist-one/synthesis/common.ucf and boards/milkymist-one/rtl/system.v
<wpwrak> but that's all
<cladamw> aha ... at least this .v expresses that http://en.qi-hardware.com/wiki/File:M1rc2_powerOnOff_sequences_manuscript.jpg i recorded. :-)
<cladamw> wpwrak, alright, thanks for chats on it. :)
wolfspraul has quit [Quit: leaving]
<wpwrak> my pleasure :)
<cladamw> wpwrak, about flash_sts.ps, how did you know to use R1 = 0.1 ohm and C1 for 12pF ? I see a Cin for DIE input capacitance at the pad max. is 10pF in DS162, so you added a rough 2pF for stray capacitance, correct ?
pablojavier has joined #milkymist
pablojavier has left #milkymist [#milkymist]
<wpwrak> oh, i used maximum in and out capacitance of the NOR (5+7 pF)
wolfspraul has joined #milkymist
<wpwrak> 10 pF is a bit more. so let's make it 15 pF. yeah, a bit uglier.
<wpwrak> R1 (0.1 Ohm) is simply to give qucs some resistance. it doesn't like circuits that are too "ideal".
<wpwrak> the value of R1 is not critical. it pretty much works the same with R1 = 100 Ohm.
<cladamw> oh ~ when doing a simulation, we'd better to take consideration on both side circuits, theoretically right ? so this simulation, C1 is more like in total: (Cinput + Coutput, 12 pF) for STS pin + (Cin, 10pF) for fpga + (stray cap., said 2~3pF), am I right ? )
<cladamw> (R1) i see, tks. :)
<wpwrak> (cap) on the NOR side, you only need Coutput = 5 pF. i used the NOR's Cin as an approximation for the FPGA, because i was too lazy to look up that one.
<cladamw> oh ~ no problem, I was just tried to realize how those values being picked when learning simulations in Qucs. :-) so it's typically for NOR side simulation. :)
rejon has quit [Ping timeout: 265 seconds]
rejon has joined #milkymist
rejon has quit [Ping timeout: 252 seconds]
rejon has joined #milkymist
<GitHub175> [board-m1] adamwang pushed 1 new commit to master: https://github.com/milkymist/board-m1/commit/8e6ae7e6ef3bd6ceea8673b3afe67f4fba9114c5
<GitHub175> [board-m1/master] removed R60(DNP), R61(DNP); - Adam Wang
rejon has quit [Ping timeout: 248 seconds]
cladamw has quit [Quit: Ex-Chat]
Jia has quit [Ping timeout: 250 seconds]
Jia has joined #milkymist
Jia has quit [Read error: Connection reset by peer]
cladamw has joined #milkymist
Jia has joined #milkymist
mumptai has joined #milkymist
voidcoder has joined #milkymist
robmyers has quit [Ping timeout: 250 seconds]
rejon has joined #milkymist
robmyers has joined #milkymist
rejon has quit [Ping timeout: 244 seconds]
Martoni has joined #milkymist
rejon has joined #milkymist
mumptai has quit [Read error: Operation timed out]
rejon has quit [Remote host closed the connection]
elldekaa has joined #milkymist
rejon has joined #milkymist
rejon has quit [Ping timeout: 250 seconds]
voidcoder has quit [Quit: See you next time]
voidcoder has joined #milkymist
rejon has joined #milkymist
Jia has quit [Ping timeout: 250 seconds]
elldekaa has quit [Remote host closed the connection]
lekernel_ has joined #milkymist
lekernel has quit [Ping timeout: 272 seconds]
elldekaa has joined #milkymist
lekernel_ is now known as lekernel
rejon has quit [Ping timeout: 250 seconds]
voidcoder has quit [Read error: Connection reset by peer]
voidcoder has joined #milkymist
cladamw has quit [Quit: Ex-Chat]
kyak has quit [Ping timeout: 245 seconds]
voidcoder has quit [Ping timeout: 255 seconds]
cladamw has joined #milkymist
rejon has joined #milkymist
Jia has joined #milkymist
Jia has quit [Quit: Konversation terminated!]
cladamw has quit [Quit: Ex-Chat]
voidcoder has joined #milkymist
hypermodern has joined #milkymist
Gurty has quit [Ping timeout: 265 seconds]
Gurty` has joined #milkymist
jimmythehorn has joined #milkymist
jimmythehorn has quit [Client Quit]
voidcoder has quit [Remote host closed the connection]
voidcoder has joined #milkymist
mumptai has joined #milkymist
rejon has quit [Ping timeout: 246 seconds]
elldekaa has quit [Remote host closed the connection]
elldekaa has joined #milkymist
elldekaa has quit [Ping timeout: 248 seconds]
elldekaa has joined #milkymist
methril has joined #milkymist
elldekaa has quit [Ping timeout: 264 seconds]
elldekaa has joined #milkymist
voidcoder has quit [Read error: Connection reset by peer]
voidcoder has joined #milkymist
mumptai has quit [Ping timeout: 246 seconds]
<GitHub21> [migen] sbourdeauducq pushed 1 new commit to master: https://github.com/milkymist/migen/commit/a50df0a6ed741db0a838e5764b33be034606a17d
<GitHub21> [migen/master] doc: link df simulation example - Sebastien Bourdeauducq